Standardize data
.standardize_data(
x,
y,
intercept,
standardize,
robust,
sparse,
mscale_opts,
location_rho = "bisquare",
cc,
target_scale_x = NULL,
...
)
a list with the following entries:
predictor matrix. Can also be a list with components x
and y
,
in which case y
is ignored.
response vector.
is an intercept included (i.e., should y
be centered?)
standardize or not.
use robust standardization.
rho function for location estimate
cutoff value for the rho functions used in scale and location estimates.
passed on to mlocscale()
.