Description Usage Arguments Value
To determine/choose the Principal component Threshold pcThreshold() Determines principle components to use in model based on set threshold
1 | pcThreshold(PC, threshold = 0.014)
|
PC |
numeric : principal components generated by "prcomp". |
threshold |
numeric: the chosen amount or proportion of variance explained by the number of principle components to remain in the model. |
PC_T matrix: The chosen number of principal components agreeing with the threshold.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.