cctitem {CCTpack}R Documentation

Accessor function for the item parameters (obtained from the model applied to the data)

Description

Outputs a table read out of the item parameters of the model inference (for example: item #, estimated consensus answer for each cluster, and item difficulty for each cluster)

Usage

cctitem(cctfit)

Arguments

cctfit

The cctfit object as obtained from the cctapply() function.

Examples

data(hotcold)
# cctfit <- cctapply(data = hotcold, clusters = 2, itemdiff = TRUE, samples = 10000, 
#                     chains = 3, burnin = 2000, runchecks = FALSE)
# cctitem(cctfit)

[Package CCTpack version 1.5.2 Index]