powered by
C.test(object)
gad
library(GAD) data(rohlf95) cg <- as.fixed(rohlf95$cages) mq <- as.random(rohlf95$mosquito) model <- lm(wing ~ cg + mq%in%cg, data = rohlf95) C.test(model)
Run the code above in your browser using DataLab