variance: Variance table

View source: R/functions_description.r

varianceR Documentation

Variance table

Description

variance returns a table of variance for the selected dimensions.

Usage

variance(object, dim = NULL)

Arguments

object

is a soc.ca object

dim

is the included dimensions, if set to NULL, then only the dimensions explaining approx. more than 0.90 of the adjusted variance are included

Value

If assigned variance returns a matrix version of the table of variance.

See Also

soc.mca, print.soc.mca

Examples

example(soc.ca)
variance(result)
variance(result, dim = 1:4)

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