Created
January 26, 2021 16:52
-
-
Save brinnaebent/688a7537093d3583a1ffd67e2ca36655 to your computer and use it in GitHub Desktop.
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
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