RE: [R] Help using Hmisc / Latex

2004-08-26 Thread Frank E Harrell Jr
using Hmisc / Latex Dear R users, I'm trying to automatically generate a *.tex file with the output of an OLS estimation. Some people suggested to use the latex function on the Hmisc package. I'm having a bit of trouble to properly specify this function (I'm not a very experienced R user). Below you

Re: [R] Help using Hmisc / Latex

2004-08-26 Thread Gabor Grothendieck
Frank E Harrell Jr f.harrell at vanderbilt.edu writes: Sorry about non-indenting of quoted text - I haven't figured out a good way to answer mail when receiving messages in digest mode -FH What I do is post through http://news.gmane.org/gmane.comp.lang.r.general

Re: [R] Help using Hmisc / Latex

2004-08-25 Thread Kevin Wang
Hi, On Wed, 25 Aug 2004, Joao Pedro W. de Azevedo wrote: ## Annette Dobson (1990) An Introduction to Generalized Linear Models. ## Page 9: Plant Weight Data. summary(lm.D90 - lm(weight ~ group - 1))# omitting intercept out - latex(lm.D90) latex(out, model1, file=) When I run this code, I

RE: [R] Help using Hmisc / Latex

2004-08-25 Thread Kevin Bartz
Pedro W. de Azevedo Sent: Wednesday, August 25, 2004 4:02 AM To: [EMAIL PROTECTED] Subject: [R] Help using Hmisc / Latex Dear R users, I'm trying to automatically generate a *.tex file with the output of an OLS estimation. Some people suggested to use the latex function on the Hmisc package. I'm