empty.symObject {clamix} | R Documentation |
Create an empty object symObject
of desired length. Creates vector of lists that represent variables of specified number of categories.
empty.symObject(nCats)
nCats |
vector of number of categories for each variable (length(vector) represents number of variables) |
Object of type symObject
. Vector of lists that represent variables of specified number of categories.
Natasa Kejzar
print.symObject
, summary.symData
, create.symData
# population tables object <- empty.symObject(c(18,18)) print(object)