qdapca_cv | R Documentation |
This functions fits Dimension Reduction for Quadratic Discriminant Analysis via Supervised Principal Component Analysis (QDAPCA) using K-fold cross-validation for rank/dimension
qdapca_cv(
x,
y,
xnew,
rk = 1:(min(ncol(x), 10, sqrt(nrow(x)))),
folds = 5,
seed = 2020,
standardize = TRUE
)
x |
|
y |
|
xnew |
|
rk |
|
folds |
|
seed |
|
standardize |
placeholder
Ruiyang Wu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.