pcQuickPred: New Predictor Matrix Method to ensure no PCs below a certain...

View source: R/pcQuickPred.R

pcQuickPredR Documentation

New Predictor Matrix Method to ensure no PCs below a certain threshhold are used. Also protects against nPredictors > nObservations iteratively.

Description

New Predictor Matrix Method to ensure no PCs below a certain threshhold are used. Also protects against nPredictors > nObservations iteratively.

Usage

pcQuickPred(
  data,
  mincor = 0.1,
  minPredCount = 1,
  nLinear = NULL,
  nNonLinear = NULL
)

Arguments

data

pcAuxData object

mincor

Minimum correlation

minPredCount

Minimum number of predictors

nLinear

Number of linear

nNonLinear

Number of non-linear

Value

mice predictor matrix


dsquire/PcAux documentation built on May 2, 2024, 4:48 a.m.