describe {dimensio} | R Documentation |
Object Description
Description
Object Description
Usage
## S4 method for signature 'CA'
describe(x, ...)
## S4 method for signature 'PCA'
describe(x, ...)
Arguments
x |
|
... |
Further parameters to be passed to |
Value
describe()
is called for its side-effects. Invisibly returns x
.
Author(s)
N. Frerebeau
See Also
Other summary:
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.14.0 Index]