headings: Calculate contributions per heading

View source: R/functions_description.r

headingsR Documentation

Calculate contributions per heading

Description

Calculate contributions per heading

Usage

headings(object, dim = 1:3)

Arguments

object

a soc.ca object with headings

dim

a numeric vector with the dimensions

Value

a matrix

Examples

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)

Rsoc/soc.ca documentation built on March 7, 2024, 8:59 p.m.