Learn R Programming

CCTpack (version 1.5.2)

cctitemhdi: Accessor function for the item parameter credible intervals (obtained from the model applied to the data)

Description

Outputs a table read out of the credible intervals (posterior highest density intervals, HDIs) of the item parameters of the model inference (for example, the lower and upper bounds of estimated consensus answers and item difficulties for each cluster)

Usage

cctitemhdi(cctfit)

Arguments

cctfit

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

Examples

Run this code
# NOT RUN {
data(hotcold)
# cctfit <- cctapply(data = hotcold, clusters = 2, itemdiff = TRUE, samples = 10000, 
#                     chains = 3, burnin = 2000, runchecks = FALSE)
# cctitemhdi(cctfit)
# }

Run the code above in your browser using DataLab