cctcat {CCTpack} | R Documentation |
Accessor function for the model-estimated category boundaries (obtained from the model applied to the data). Applicable for the LTRM model only.
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
cctcat(cctfit)
Arguments
cctfit |
The |
Examples
data(raterdata)
# cctfit <- cctapply(data = raterdata, clusters = 1, itemdiff = TRUE, samples = 10000,
# chains = 3, burnin = 2000, runchecks = FALSE)
# cctcat(cctfit)
[Package CCTpack version 1.5.2 Index]