| gpcm_cat | R Documentation |
An object of class Cat created using the gpcmCat function with the polknowTAPS dataset.
To have a better fitting model, we first fit an object of class gpcm from the ltm package which
provides for additional control values to be used in fitting. See gpcmCat.
data(gpcm_cat)
An object of class Cat. See Cat-class for more details.
Cat-class, gpcmCat, polknowTAPS
## Not run: ## How this Cat object was created data(polknowTAPS) gpcm_fit <- gpcm(polknowTAPS, constraint = "gpcm", control = list(iter.qN = 200, GHk = 100)) gpcm_cat <- gpcmCat(gpcm_fit) ## End(Not run) ## How to load this Cat object for usage data(gpcm_cat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.