Skip to content

Decompose numerical factor into orthog. poly parts

1 message · Bill Venables

#
Multiple degrees of freedom terms can be split up in the anova table using

lsmod <- aov(time ~ spinner + order + d)  # using aov( ) makes things a bit
easier.
summary(lsmod, split = list(.....))

ie the splitting is done using summary.aov and the split= argument allows
the split to be controlled in an orderly way.  The details are just too long
to fit into this margin, though...

Bill Venables.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._