Displaying 1 result from an estimated 1 matches for "statum".
Did you mean:
status
1998 Jun 04
1
aov
...et the Error strata working.)
My use of matrix manipulation to avoid qr decompositon takes more
time than the complied solver build into lm.fit. It seems that the real
reason for doing aov differently would be if the determination of Error
strata and which factors to evaluate in any given error statum requires
a different approach from lm.fit. I'm not going to worry about speed of
lm.fit anymore, so that avoids most of the other questions I had posed.
Douglas Bates has suggested:
DB> I think that a general approach via maximum likelihood or REML to
DB> anova models with random effe...