Description Usage Arguments Details Value Examples
View source: R/principalcomponents.R
Computes relevant values and output related to the principal components of a sample of data
1 |
data |
data set for which some principal component calculations are to be performed |
Computes the covariance matrix for the sample, the principal components, the lambda values, the total variance and the correlations between the variables and principal components
A list containing the sample covariance matrix, the principal components, the eigenvalues, the total variance, and a matrix of the correlations between the variables and the principal components
1 | ## Not run: principalcomponents(data = MATH4793MOSER::welder)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.