# Install (if necessary) and load nlme and lme4 | |
library(nlme) | |
library(lme4) | |
# Load dataset, inspect size and additional info | |
data(Arabidopsis) | |
dim(Arabidopsis) # 625 observations, 8 variables | |
?Arabidopsis | |
attach(Arabidopsis) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment