| scada | R Documentation |
simulataneous component discriminant analysis
scada(
Y,
Xlist,
ncomp = 2,
center = TRUE,
scale = FALSE,
rank_k = NULL,
type = c("sca-p", "sca-pf2", "sca-ind", "sca-ecp")
)
Y |
dependent |
Xlist |
a list of X matrices, one per subject. |
ncomp |
number of common components to estimate |
center |
whether to center the variables |
scale |
whether to scale the variables by 1/sd |
rank_k |
reduce data to k components per block via pca |
normalization |
the type of normalization |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.