.standardize_data | R Documentation |
Standardize data
.standardize_data(
x,
y,
intercept,
standardize,
robust,
sparse,
mscale_opts,
location_rho = "bisquare",
cc,
target_scale_x = NULL,
...
)
x |
predictor matrix. Can also be a list with components |
y |
response vector. |
intercept |
is an intercept included (i.e., should |
standardize |
standardize or not. |
robust |
use robust standardization. |
location_rho |
rho function for location estimate |
cc |
cutoff value for the rho functions used in scale and location estimates. |
... |
passed on to |
a list with the following entries:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.