s_RLM: Robust linear model

View source: R/s_LM.R

s_RLMR Documentation

Robust linear model

Description

Convenience alias for s_LM(robust = T). Uses MASS::rlm

Usage

s_RLM(x, y, x.test = NULL, y.test = NULL, ...)

Arguments

x

Numeric vector or matrix / data frame of features i.e. independent variables

y

Numeric vector of outcome, i.e. dependent variable

x.test

Numeric vector or matrix / data frame of testing set features Columns must correspond to columns in x

y.test

Numeric vector of testing set outcome

...

Additional parameters to be passed to MASS::rlm


egenn/rtemis documentation built on May 4, 2024, 7:40 p.m.