summary {dimensio} | R Documentation |
Object Summaries
Description
Provides a summary of the results of a multivariate data analysis.
Usage
## 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)
Arguments
object |
|
... |
Currently not used. |
margin |
A length-one |
active |
A |
sup |
A |
rank |
An |
Author(s)
N. Frerebeau
See Also
Other summary:
tidy()
Examples
## 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)
[Package dimensio version 0.8.1 Index]