describe: Object Description

describeR Documentation

Object Description

Description

Object Description

Usage

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

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

Arguments

x

A CA, MCA or PCA object.

...

Further parameters to be passed to cat().

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)

dimensio documentation built on April 3, 2025, 10:36 p.m.