| mlr2 | R Documentation |
Performs multiple linear regression and computes influence diagnostics including DFFITS, DFBETAS, Cook's Distance, COVRATIO, and R-Student.
mlr2(y, x.raw, standardize = 0)
y |
numeric vector of response |
x.raw |
data.frame of predictors |
standardize |
integer, standardization method (0=none, 1=center, 2=scale by mean, 3=z-score) |
list with model estimates and influence diagnostics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.