empty.symObject: Create an empty object symObject of desired Length

Description Usage Arguments Value Author(s) See Also Examples

View source: R/clamix12_05.R

Description

Create an empty object symObject of desired length. Creates vector of lists that represent variables of specified number of categories.

Usage

1

Arguments

nCats

vector of number of categories for each variable (length(vector) represents number of variables)

Value

Object of type symObject. Vector of lists that represent variables of specified number of categories.

Author(s)

Natasa Kejzar

See Also

print.symObject, summary.symData, create.symData

Examples

1
2
3
# population tables
object <- empty.symObject(c(18,18))
print(object)

clamix documentation built on May 2, 2019, 4:51 p.m.