Learn R Programming

catSurv (version 1.5.0)

grm_cat: grm Cat Object

Description

An object of class Cat created using the grmCat function with the nfc dataset.

Usage

data(grm_cat)

Arguments

Format

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

See Also

Cat-class, grmCat, nfc

Examples

Run this code
if (FALSE) {
## How this Cat object was created
data(nfc)
grm_cat <- grmCat(nfc, quadraturePoints = 100)
}

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

Run the code above in your browser using DataLab