Created
October 7, 2019 18:29
-
-
Save monogenea/d4820e1b2328598d85ab9d53037f9bc9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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