headings: Calculate contributions per heading

Description Usage Arguments Value Examples

View source: R/functions_description.r

Description

Calculate contributions per heading

Usage

1
headings(object, dim = 1:3)

Arguments

object

a soc.ca object with headings

dim

a numeric vector with the dimensions

Value

a matrix

Examples

1
2
3
4
5
6
data(taste)
active.headings <- list()
active.headings$Consumption <- na.omit(taste)[, c("TV", "Film", "Art", "Eat")]
active.headings$Background  <- na.omit(taste)[, c("Gender", "Age", "Income")]
result.headings <- soc.mca(active.headings)
headings(result.headings)

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

Related to headings in soc.ca...