get_contributions {dimensio} | R Documentation |
Get Contributions
Description
Get Contributions
Usage
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")
Arguments
x |
An object from which to get element(s) (a |
... |
Currently not used. |
margin |
A length-one |
sup_name |
A |
Value
-
get_contributions()
returns adata.frame
of contributions to the definition of the principal dimensions. -
get_correlations()
returns adata.frame
of correlations between variables and dimensions (PCA
). An extra column (named aftersup_name
) is added specifying whether an observation is a supplementary point or not. -
get_cos2()
returns adata.frame
ofcos^2
values (i.e. quality of the representation of the points on the factor map). An extra column (named aftersup_name
) is added specifying whether an observation is a supplementary point or not.
Author(s)
N. Frerebeau
See Also
Other mutators:
dimnames()
,
get_coordinates()
,
get_data()
,
get_distances()
,
get_eigenvalues()
,
loadings()
,
subset()