| get_eigenvalues | R Documentation |
Get Eigenvalues
get_eigenvalues(x)
get_variance(x, ...)
get_distances(x, ...)
get_inertia(x, ...)
## S4 method for signature 'MultivariateAnalysis'
get_distances(x, margin = 1)
## S4 method for signature 'MultivariateAnalysis'
get_eigenvalues(x)
## S4 method for signature 'PCOA'
get_eigenvalues(x)
## S4 method for signature 'MultivariateAnalysis'
get_inertia(x, margin = 1)
## S4 method for signature 'MultivariateAnalysis'
get_variance(x, digits = 2)
x |
An object from which to get element(s) (a |
... |
Currently not used. |
margin |
A length-one |
digits |
An |
get_eigenvalues() returns a data.frame with the following columns:
eigenvalues, variance (percentage of variance) and cumulative
(cumulative percentage of variance).
get_variance() returns a numeric vector giving the amount of
variance explained by each (principal) component.
get_distance()returns a numeric vector of squared distance to the
centroid.
get_inertia() returns a numeric vector giving the inertia (weighted
squared distance to the centroid).
N. Frerebeau
Other getters:
export(),
get_contributions(),
get_coordinates(),
get_data()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.