NormalizePredictors | R Documentation |
Center and normalize predictors for linear dimensionality reduction. Also prunes all observations where NA values are identified for either the response or any of the predictors.
NormalizePredictors(puddlr, scale = TRUE, center = TRUE, max.na.ratio = 0.5)
puddlr |
A puddlr object to normalize in-place |
scale |
whether to scale predictor matrix |
center |
whether to center predictor matrix |
max.na.ratio |
exclude predictors where the percent of NA observations
is |
A normalized puddlr object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.