do_es | R Documentation |
This function computes the eigenspace of a mean-centered data matrix
do_es(data)
data |
a matrix or data frame |
A list describing the eigenspace of a data matrix, with components
u |
Left eigenvectors |
v |
Right eigenvectors |
m |
Number of cases |
d |
Eigenvalues |
orgn |
Data mean |
smfq |
... |
add_es
, update.i_pca
, i_pca
#Iris species data("iris", package = "datasets") eg = do_es(iris[,-5]) #corresponds to the SVD of the centered data matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.