Re: [R] How to make a Latex table using R

2014-05-15 Thread ravenween
stargazer is the best. http://cran.r-project.org/web/packages/stargazer/stargazer.pdf heres an example code: stargazer(women_con_mod, women_con_mod, se = list(WCM_naive.std.err,WCM_rob.std.err), title="Regress

Re: [R] How to make a Latex table using R

2014-05-15 Thread Duncan Murdoch
On 15/05/2014 9:46 AM, Liao, Hongsheng wrote: http://cran.r-project.org/web/packages/xtable/vignettes/xtableGallery.pdf I am trying to learn how to make a Latex table using R from the link above. However, instead of a Latex table as showed in the link, the R codes from the link generate actua

Re: [R] How to make a Latex table using R

2014-05-15 Thread Luca Cerone
Hi Liao, I think that the purpose of the package is actually to create the latex code to insert into Latex documents. If you want to see it displayed you have to compile it with latex; the document you have sent says that that is a gallery to show the different kind of tables you can create. 2014

[R] How to make a Latex table using R

2014-05-15 Thread Liao, Hongsheng
http://cran.r-project.org/web/packages/xtable/vignettes/xtableGallery.pdf I am trying to learn how to make a Latex table using R from the link above. However, instead of a Latex table as showed in the link, the R codes from the link generate actual Latex codes as follows: % latex table generat