Learn R Programming

soc.ca (version 0.8.0)

balance: Contribution balance

Description

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.

Usage

balance(object, act.dim = object$nd)

Arguments

object

is a soc.ca class object

act.dim

is the number of active dimensions to be measured

Value

A matrix with the share of contribution on each side of 0 and their balance (+/-)

See Also

soc.mca, contribution

Examples

Run this code
# NOT RUN {
example(soc.ca)
balance(result)
balance(result, act.dim = 3)
# }

Run the code above in your browser using DataLab