View source: R/functions_description.r
variance | R Documentation |
variance returns a table of variance for the selected dimensions.
variance(object, dim = NULL)
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 |
If assigned variance returns a matrix version of the table of variance.
soc.mca, print.soc.mca
example(soc.ca)
variance(result)
variance(result, dim = 1:4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.