Skip to content

aov and Error documentation

2 messages · demiurg@post.tau.ac.il, Brian Ripley

#
I could not find any documentation about aov() and Error() usage.
Both help pages (for aov and Error) does not specify it.

I'm mainly interested in aov with random effects.

Thanks a lot.



----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
#
On Mon, 16 Feb 2004 demiurg at post.tau.ac.il wrote:

            
My copy says

     If the formula contains a single 'Error' term, this is used to
     specify error strata, and appropriate models are fitted within
     each error stratum.

and gives an example *and* a reference.  (If you know about this sort of
thing, that is sufficient information. If not, read the reference.)
Depends what you mean by that: it is not what the help pages says it does, 
and depending what you mean it may be better to use lme in package nlme.

There are worked examples in MASS (see the FAQ) and this was actaully 
implemented in R to support those examples.