plot {CCTpack}R Documentation

Plot method for a cctfit object of class 'cct'; equivalent to function cctresults().

Description

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

Usage

plot(x,y,...)

Arguments

x

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

y

NULL

...

Additional arguments

Examples

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

[Package CCTpack version 1.5.2 Index]