r:regression_diagnostics
This is an old revision of the document!
Regression Diagnostics
# Assume that we are fitting a multiple linear regression # on the MTCARS data library(car) fit <- lm(mpg~disp+hp+wt+drat, data=mtcars)
r/regression_diagnostics.1544890041.txt.gz · Last modified: 2018/12/16 01:07 by hkimscil