You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Residual analysis with categorical predictors should always look at the residuals for different categories. Currently, I cannot see a way to add a colour aesthetic.
Example of expected use:
mylm<- lm(mpg~wt*am, data=mtcars)
gglm(mylm, colour=am) # or
gglm(mylm) + aes(colour=am)
Great package, by the way!
The text was updated successfully, but these errors were encountered:
Residual analysis with categorical predictors should always look at the residuals for different categories. Currently, I cannot see a way to add a colour aesthetic.
Example of expected use:
Great package, by the way!
The text was updated successfully, but these errors were encountered: