Learn R Programming

soc.ca (version 0.8.1)

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)

Value

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

Arguments

object

is a soc.ca class object

act.dim

is the number of active dimensions to be measured

See Also

soc.mca, contribution

Examples

Run this code
example(soc.ca)
balance(result)
balance(result, act.dim = 3)

Run the code above in your browser using DataLab