Description Usage Arguments Value Author(s) See Also Examples
Create an empty object symObject
of desired length. Creates vector of lists that represent variables of specified number of categories.
1 | 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
1 2 3 | # population tables
object <- empty.symObject(c(18,18))
print(object)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.