Re: [R] Copying tables from R to Excel

2014-09-24 Thread Duncan Murdoch
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

Re: [R] Copying tables from R to Excel

2014-09-24 Thread Angel Rodriguez
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

Re: [R] Copying tables from R to Excel

2014-09-23 Thread Bos, Roger
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

Re: [R] Copying tables from R to Excel

2014-09-23 Thread David L Carlson
-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&

Re: [R] Copying tables from R to Excel

2014-09-23 Thread Duncan Murdoch
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

Re: [R] Copying tables from R to Excel

2014-09-23 Thread Ivan Calandra
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