Last active
October 3, 2021 13:45
-
-
Save MJacobs1985/45cea9c6bc837fa1a730110f520dde45 to your computer and use it in GitHub Desktop.
Non-Linear Mixed Models in R
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
#### 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