powered by
An R package for rank-based robust estimation and prediction in random effects nested models
rlme
# NOT RUN { library(rlme) data(schools) formula = y ~ 1 + sex + age + (1 | region) + (1 | region:school) rlme.fit = rlme(formula, schools) summary(rlme.fit) # }
Run the code above in your browser using DataLab