Description Usage Arguments Value
Function that standardizes the data before running the fitting
algorithm. This is used in the sail
function
1 | standardize(x, center = TRUE, normalize = FALSE)
|
x |
data to be standardized |
center |
Should |
normalize |
Should |
list of length 3:
centered and possibly
normalized x
matrix
numeric vector of column means of
x
matrix
standard deviations (using a divisor of
n
observations) of columns of x
matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.