Skip to content

Instantly share code, notes, and snippets.

@MJacobs1985
Last active October 3, 2021 13:49
Show Gist options
  • Save MJacobs1985/b75b4a8e619498246b0c42cb2c51ca3a to your computer and use it in GitHub Desktop.
Save MJacobs1985/b75b4a8e619498246b0c42cb2c51ca3a to your computer and use it in GitHub Desktop.
NLMIXED in R
Grass_new<-groupedData(y~x|id,
data=Grass2,
FUN=mean,
labels=list(x="Time", y="DMres"))
summary(gsummary(Grass_new))
plot(Grass_new)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment