powered by
variance returns a table of variance for the selected dimensions.
variance(object, dim = NULL)
is a soc.ca object
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
# NOT RUN { example(soc.ca) variance(result) variance(result, dim = 1:4) # }
Run the code above in your browser using DataLab