View source: R/functions_description.r
balance | R Documentation |
Calculates the balance of the contribution of each dimension. This measure indicates whether too much of a dimensions contribution is placed on either the + or - side of the dimension.
balance(object, act.dim = object$nd)
object |
is a soc.ca class object |
act.dim |
is the number of active dimensions to be measured |
A matrix with the share of contribution on each side of 0 and their balance (+/-)
soc.mca, contribution
example(soc.ca)
balance(result)
balance(result, act.dim = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.