tpm_cat | R Documentation |
An object of class Cat
created using the tpmCat
function with the first twenty questions of the polknowMT
dataset.
data(tpm_cat)
An object of class Cat
. See Cat-class
for more details.
Cat-class
, tpmCat
, polknowMT
## Not run:
## How this Cat object was created
data(polknowMT)
tpm_cat <- tpmCat(polknowMT[,1:20], quadraturePoints = 100, start.val = "random")
## End(Not run)
## How to load this Cat object for usage
data(tpm_cat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.