R-beta: New user - looking for help with ANOVA
Martin Maechler
maechler at stat.math.ethz.ch
Fri Mar 13 19:10:33 CET 1998
Very short (my time constraint) answer:
Yes, you can easily do anova (as in your "STAT" example)
by
lm.res <- lm( .....)
anova(lm.res)
> ?lm
and
> demo(lm.glm)
should get you started.
No, the post-hoc tests ("Tukey" et al) are not yet available in R ("base").
Maybe in a contributed package ?
---------
Martin
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list