cctresults {CCTpack}R Documentation

Plot the posterior results from the model inference

Description

Plot the posterior results from the model inference, a specialized display is produced depending on the model that is applied.

Usage

cctresults(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)
# cctresults(cctfit)

[Package CCTpack version 1.5.2 Index]