MaskPredictors | R Documentation |
Masks normalized predictors from downstream analysis, either by a character vector of predictor names, or a boolean vector where TRUE indicates that a predictor should be masked. Masking predictors will remove all dimensionality reductions from a puddlr object, and these will need to be re-computed if required.
MaskPredictors(puddlr, predictors.to.keep)
puddlr |
A puddlr object to calculate dispersion of predictors |
predictors.to.keep |
either a character vevtor or boolean vector containing which predictors to keep. Indexed from the "predictors" attribute |
A puddlr object with predictors masked. The "raw.predictors" attribute will remain unchanged.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.