On 24/09/2014, 6:32 AM, Angel Rodriguez wrote:
> Dear Ivan, Duncan, David and Roger,
>
> Thank you for your answers.
>
> Yes, I had typed library(R2HTML)
>
> I've typed also:
>
>> library("mediation")
>> library("sandwich")
>> set.seed(2014)
>> med.fit <- glm(estuprimas ~ edad_c + sexo + regal
Dear Ivan, Duncan, David and Roger,
Thank you for your answers.
Yes, I had typed library(R2HTML)
I've typed also:
> library("mediation")
> library("sandwich")
> set.seed(2014)
> med.fit <- glm(estuprimas ~ edad_c + sexo + regalf + deprinf,
> family="binomial" ,data=child65)
> out.fit <- glm(b
al Message-
From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On
Behalf Of David L Carlson
Sent: Tuesday, September 23, 2014 10:15 AM
To: ivan.calan...@univ-reims.fr; r-help@r-project.org
Subject: Re: [R] Copying tables from R to Excel
If you looked at the documentati
-project.org
Subject: Re: [R] Copying tables from R to Excel
library(R2HTML) ??
Le 23/09/14 15:04, Angel Rodriguez a écrit :
> Dear Subscribers,
>
> I've found this recommendation to paste an R table to Excel:
>
> HTML.matrix( summary(iris), file("clipboard", "w&
On 23/09/2014 9:04 AM, Angel Rodriguez wrote:
Dear Subscribers,
I've found this recommendation to paste an R table to Excel:
HTML.matrix( summary(iris), file("clipboard", "w"), append=F )
# paste into Excel
After installing R2HTML and writting that command, I get:
Error: could not find fu
library(R2HTML) ??
Le 23/09/14 15:04, Angel Rodriguez a écrit :
Dear Subscribers,
I've found this recommendation to paste an R table to Excel:
HTML.matrix( summary(iris), file("clipboard", "w"), append=F )
# paste into Excel
After installing R2HTML and writting that command, I get:
Error
6 matches
Mail list logo