Will R produce a table of Expected Mean Squares from a mixed model ANOVA? -
if conduct general linear model sas can table of expected mean squares. simple experiment 2 random factors (a , b) table this:
source.......type iii expected mean square a................var(error) + r*var(a*b) + r*b*var(a) b................var(error) + r*var(a*b) + r*a*var(b) a*b..............var(error) + r*var(a*b) where lower case , b number of levels of , b; r number of repetitions.
i'm familiar rules 1 constructs formula calculating ems. table gets more complicated mixed model (random , fixed factors), interactions, , unbalanced design.
is there r package mixed model anova , produce expected mean squares?
Comments
Post a Comment