get.options.pca | R Documentation |
Use this function to get PCA options in estim.bin, estim.sur, estim.varma, or s.pca functions.
get.options.pca(ignoreFirst = 1, exactCount = 0, cutoffRate = 0.8, max = 1000)
ignoreFirst |
A number representing the number of variables to exclude at the beginning of data matrices (such as intercept) from PCA. |
exactCount |
A number that determines the number of components to be used. If zero, the number of components is determined by the |
cutoffRate |
A number between 0 and 1 that determines the cutoff rate for the cumulative variance ratio in order to determine the number of PCA components. It is not used if |
max |
A number representing the maximum number of components when |
See details of s.pca function.
A list with the given options.
estim.bin, estim.sur, estim.varma, s.pca
# See 's.pca' function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.