[R] latex function with lm

2006-06-21 Thread Erin Hodgess
Dear R People: I have used the latex function from the Hmisc package and it is just great! However, I have a new question regarding that function: is there an option for summary(lm(y~x)), please? There are options for different types of objects, but I didn't see one for that. Maybe I just

Re: [R] latex function with lm

2006-06-21 Thread Dieter Menne
Erin Hodgess hodgess at gator.dt.uh.edu writes: I have used the latex function from the Hmisc package and it is just great! However, I have a new question regarding that function: is there an option for summary(lm(y~x)), please? There are options for different types of objects, but I

Re: [R] latex function with lm

2006-06-21 Thread Frank E Harrell Jr
Erin Hodgess wrote: Dear R People: I have used the latex function from the Hmisc package and it is just great! However, I have a new question regarding that function: is there an option for summary(lm(y~x)), please? There are options for different types of objects, but I didn't see one

Re: [R] latex function with lm

2006-06-21 Thread Karl Ove Hufthammer
Erin Hodgess skreiv: However, I have a new question regarding that function: is there an option for summary(lm(y~x)), please?  There are options for different types of objects, but I didn't see one for that.  Maybe I just missed it. FWIW: I find that the following works fairly well for

Re: [R] latex function with lm

2006-06-21 Thread Karl Ove Hufthammer
Dieter Menne skreiv: I have written one (also form lme) in a library called Dmisc. It passes CRAN tests, but as it's a bit my personal taste, I have not submitted it to CRAN. Main feature is that reduces show number of digits per line by looking at the standard deviation. Too many people