Convenience alias for s.LM(robust = T)
. Uses MASS::rlm
s.RLM(x, y, x.test = NULL, y.test = NULL, ...)
Numeric vector or matrix / data frame of features i.e. independent variables
Numeric vector of outcome, i.e. dependent variable
Numeric vector or matrix / data frame of testing set features
Columns must correspond to columns in x
Numeric vector of testing set outcome
Additional parameters to be passed to MASS::rlm