Skip to content

Instantly share code, notes, and snippets.

@brinnaebent
Created January 26, 2021 16:52
Show Gist options
  • Save brinnaebent/688a7537093d3583a1ffd67e2ca36655 to your computer and use it in GitHub Desktop.
Save brinnaebent/688a7537093d3583a1ffd67e2ca36655 to your computer and use it in GitHub Desktop.
plot(df$ID, df$CHD)
plot(df$Age, df$CHD)
plot(df$Smoking, df$CHD)
plot(df$Fat, df$CHD)
plot(df$Exercise, df$CHD)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment