[R] anova(lme object)

Spencer Graves spencer.graves at pdf.com
Thu Aug 21 20:10:24 CEST 2003


You need to say "library(nlme)" first.  Without that, "?anove.lme" [in R 
1.7.1 under Windows 2000] and produced for me the following:

Error in help("anova.lme", htmlhelp = FALSE) :
	No documentation for `anova.lme' in specified packages and libraries:
   you could try `help.search("anova.lme")'

'help.search("anova.lme")' says anova.lme is in package nlme.

hope this helps.  spencer gravesw

Bjørn-Helge Mevik wrote:
> It is documented in ?anova.lme:
> 
> 
>>anova(res1, type="marginal")
> 
> 
> and
> 
> 
>>anova(res2, type="marginal")
> 
> 
> should give equivalent tables.
>




More information about the R-help mailing list