balance: Contribution balance

Description Usage Arguments Value See Also Examples

View source: R/functions_description.r

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

1
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

1
2
3
example(soc.ca)
balance(result)
balance(result, act.dim = 3)

soc.ca documentation built on Sept. 5, 2021, 5:21 p.m.

Related to balance in soc.ca...