pcQuickPred | R Documentation |
New Predictor Matrix Method to ensure no PCs below a certain threshhold are used. Also protects against nPredictors > nObservations iteratively.
pcQuickPred(
data,
mincor = 0.1,
minPredCount = 1,
nLinear = NULL,
nNonLinear = NULL
)
data |
pcAuxData object |
mincor |
Minimum correlation |
minPredCount |
Minimum number of predictors |
nLinear |
Number of linear |
nNonLinear |
Number of non-linear |
mice predictor matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.