summary: Summary of the cctfit object of class 'cct'.

Description Usage Arguments Examples

Description

Summary method for a cctfit object of class 'cct'. Information about the data, the fit, posterior predictive checks.

Usage

1
summary(object, ...)

Arguments

object

The cctfit object as obtained from the cctapply() function, which has class 'cct'.

...

Additional arguments

Examples

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

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