ltm_cat {catSurv} | R Documentation |
An object of class Cat
created using the ltmCat
function with the npi
dataset.
data(ltm_cat)
An object of class Cat
. See Cat-class
for more details.
## Not run:
## How this Cat object was created
data(npi)
ltm_cat <- ltmCat(npi, quadraturePoints = 100)
## End(Not run)
## How to load this Cat object for usage
data(ltm_cat)