Learn R Programming

soc.ca (version 0.8.1)

variance: Variance table

Description

variance returns a table of variance for the selected dimensions.

Usage

variance(object, dim = NULL)

Value

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

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

See Also

soc.mca, print.soc.mca

Examples

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

Run the code above in your browser using DataLab