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 printing the table part of summary.lm: library(Hmisc) library(xtable) latex(xtable(l), booktabs=TRUE, digits=2) -- Karl Ove Hufthammer ______________________________________________ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html