Performs multiple linear regression and computes influence diagnostics including DFFITS, DFBETAS, Cook's Distance, COVRATIO, and R-Student.
mlr2(y, x.raw, standardize = 0)list with model estimates and influence diagnostics
numeric vector of response
data.frame of predictors
integer, standardization method (0=none, 1=center, 2=scale by mean, 3=z-score)