Skip to content

Instantly share code, notes, and snippets.

@monogenea
Created October 7, 2019 18:29
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save monogenea/d4820e1b2328598d85ab9d53037f9bc9 to your computer and use it in GitHub Desktop.
# 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