cctcat: Accessor function for the model-estimated category boundaries...

Description Usage Arguments Examples

Description

Outputs a table read out of the category boundary parameters of the model inference, as well as their credible intervals (posterior highest density intervals, HDIs), for each cluster.

Usage

1
cctcat(cctfit)

Arguments

cctfit

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

Examples

1
2
3
4
data(raterdata)
# cctfit <- cctapply(data = raterdata, clusters = 1, itemdiff = TRUE, samples = 10000, 
#                     chains = 3, burnin = 2000, runchecks = FALSE)
# cctcat(cctfit)

CCTpack documentation built on May 1, 2019, 7:45 p.m.