variance {soc.ca} | R 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
Examples
example(soc.ca)
variance(result)
variance(result, dim = 1:4)
[Package soc.ca version 0.8.0 Index]