-
-
Save juanchiem/27183b53372bb72a0b2d83c500e19c29 to your computer and use it in GitHub Desktop.
Grammar of Graphics for Linear Model Diagnostics
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
devtools::install_github("graysonwhite/gglm") | |
library(gglm) # Load the package | |
data(mtcars) # Load example data | |
model <- lm(mpg ~ ., data = mtcars) # Create your model | |
gglm(model) # |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment