Displaying 1 result from an estimated 1 matches for "mutinest".
Did you mean:
multinet
2009 Feb 11
0
how to derive 5 level nested anova results table
...; nested within "SpecN"; "TreeN" nested within
"PopN"; "ConeN" nested within "TreeN" and "SeedN" nested within "ConeN".
These are categories.
"SeedL" is a dependent variate (as Response).
I have performed a successful mutinested anova using function lme()
(library(nlme)).But I still do not know how to get a anova result table
(sth. like SAS output).
The model I have used and output in R is as following:
> f1 <- lme(SeedL~1, data=seedL, random=~1|SpecN/PopN/TreeN,
na.action=na.omit)
> f1
Linear mixed-effects mo...