Skip to content

Instantly share code, notes, and snippets.

@MJacobs1985
Last active October 3, 2021 13:45
Show Gist options
  • Save MJacobs1985/45cea9c6bc837fa1a730110f520dde45 to your computer and use it in GitHub Desktop.
Save MJacobs1985/45cea9c6bc837fa1a730110f520dde45 to your computer and use it in GitHub Desktop.
Non-Linear Mixed Models in R
#### Datafile ####
Grass <- read.csv("..../Grass.csv")
Grass$id<-paste(Grass$Code,Grass$Replicate) # Create unique ID's for each curve
plot(Grass$Time, Grass$Dmres)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment