print.soc.mca: Print soc.ca objects

View source: R/functions_description.r

print.soc.mcaR Documentation

Print soc.ca objects

Description

Prints commonly used measures used in the analysis of multiple correspondence analysis

Usage

## S3 method for class 'soc.mca'
print(x, ...)

Arguments

x

is a soc.ca class object

...

further arguments are ignored

Value

Active dimensions is the number of dimensions remaining after the reduction of the dimensionality of the analysis.

Active modalities is the number of modalities that are not set as passive.

Share of passive mass is the percentage of the total mass that is represented by the passive modalities.

The values represented in the scree plot are the adjusted inertias, see variance

The active variables are represented with their number of active modalities and their share of the total variance/inertia.

See Also

soc.mca, contribution

Examples

example(soc.ca)
print(result)

Rsoc/soc.ca documentation built on March 7, 2024, 8:59 p.m.