Mark Kimpel wrote:
> 
> Is it possible to vectorize anova over the output of a vectorized lm?  
> 

library(nlme)
fm1 <- lmList(distance ~ age | Subject, Orthodont)
lapply(fm1,anova)

Dieter


-- 
View this message in context: 
http://n4.nabble.com/vectorizing-ANOVA-over-a-vectorized-linear-model-tp1583753p1583792.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to