powered by
data(chloride)
data(chloride) library(nlme) # Use the mixed-effects package # Fit a random coefficients model summary(m1 <- lme(Cl~Month+Type, data=chloride, random=~1|Marsh))
Run the code above in your browser using DataLab