Learn R Programming

catSurv (version 1.5.0)

ltm_cat: ltm Cat Object

Description

An object of class Cat created using the ltmCat function with the npi dataset.

Usage

data(ltm_cat)

Arguments

Format

An object of class Cat. See Cat-class for more details.

See Also

Cat-class, ltmCat, npi

Examples

Run this code
if (FALSE) {
## How this Cat object was created
data(npi)
ltm_cat <- ltmCat(npi, quadraturePoints = 100)
}

## How to load this Cat object for usage
data(ltm_cat)

Run the code above in your browser using DataLab