| get_contributions | R Documentation |
Get Contributions
get_contributions(x, ...)
get_correlations(x, ...)
get_cos2(x, ...)
## S4 method for signature 'MultivariateAnalysis'
get_contributions(x, margin = 1)
## S4 method for signature 'PCA'
get_correlations(x, sup_name = ".sup")
## S4 method for signature 'MultivariateAnalysis'
get_cos2(x, margin = 1, sup_name = ".sup")
x |
An object from which to get element(s) (a |
... |
Currently not used. |
margin |
A length-one |
sup_name |
A |
get_contributions() returns a data.frame of contributions to the
definition of the principal dimensions.
get_correlations() returns a data.frame of correlations between
variables and dimensions. An extra column (named after sup_name)
is added specifying whether an observation is a supplementary point or
not.
get_cos2() returns a data.frame of cos^2 values (i.e.
quality of the representation of the points on the factor map). An extra
column (named after sup_name) is added specifying whether an observation
is a supplementary point or not.
N. Frerebeau
Other getters:
export(),
get_coordinates(),
get_data(),
get_eigenvalues()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.