Learn R Programming

catSurv (version 1.3.0)

tpm_cat: 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)

Arguments

Format

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

See Also

Cat-class, tpmCat, polknowMT

Examples

Run this code
# NOT RUN {
## How this Cat object was created
data(polknowMT)
tpm_cat <- tpmCat(polknowMT[,1:20], quadraturePoints = 100, start.val = "random")
# }
# NOT RUN {
## How to load this Cat object for usage
data(tpm_cat)

# }

Run the code above in your browser using DataLab