Learn R Programming

dimensio (version 0.11.0)

describe: Object Description

Description

Object Description

Usage

# S4 method for CA
describe(x, ...)

# S4 method for PCA describe(x, ...)

Value

describe() is called for its side-effects. Invisibly returns x.

Arguments

x

A CA, MCA or PCA object.

...

Further parameters to be passed to cat().

Author

N. Frerebeau

See Also

Other summary: summary(), tidy()

Examples

Run this code
## 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)

Run the code above in your browser using DataLab