summary | R Documentation |
Provides a summary of the results of a multivariate data analysis.
## S4 method for signature 'CA'
summary(object, ..., margin = 1, active = TRUE, sup = TRUE, rank = 3)
## S4 method for signature 'PCA'
summary(object, ..., margin = 1, active = TRUE, sup = TRUE, rank = 3)
object |
A |
... |
Currently not used. |
margin |
A length-one |
active |
A |
sup |
A |
rank |
An |
N. Frerebeau
Other summary:
tidy()
## Data from Lebart et al. 2006, p. 170-172
data("colours")
## Compute correspondence analysis
X <- ca(colours)
## Rows summary
summary(X, margin = 1)
## Columns summary
summary(X, margin = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.