tpm_cat {catSurv} | R Documentation |
tpm Cat Object
Description
An object of class Cat
created using the tpmCat
function with the first twenty questions of the polknowMT
dataset.
Usage
data(tpm_cat)
Format
An object of class Cat
. See Cat-class
for more details.
See Also
Examples
## 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)
[Package catSurv version 1.5.0 Index]