Skip to content

Instantly share code, notes, and snippets.

@brinnaebent
Created January 26, 2021 17:03
Show Gist options
  • Save brinnaebent/a67593cfc99f3fcd9cd6c9251345b46f to your computer and use it in GitHub Desktop.
Save brinnaebent/a67593cfc99f3fcd9cd6c9251345b46f to your computer and use it in GitHub Desktop.
fullmodel <- lm(data=df, CHD ~ Smoking+Fat+Exercise+Age+(1|ID))
print(fullmodel)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment