RE: [R] Help using Hmisc / Latex

2004-08-26 Thread Frank E Harrell Jr
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 I'm afraid you need to modify your approach. You're trying to pass latex an lm object, which

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
I'm afraid you need to modify your approach. You're trying to pass latex an lm object, which latex doesn't know how to handle. Also, latex isn't supposed to produce a full .tex file; it generates just a core that's loaded into a shell when you run dvi. Here's an example of how you might use it