powered by
Plots the posterior results from the model inference, a specialized display is produced depending on the model that is applied.
plot(x,y,...)
is a cctfit object as obtained from the cctapply() function, which has class 'cct'.
cctfit
cctapply()
NULL
Additional arguments
# NOT RUN { data(hotcold) # cctfit <- cctapply(data = hotcold, clusters = 2, itemdiff = TRUE, samples = 10000, # chains = 3, burnin = 2000, runchecks = FALSE) # plot(cctfit) # }
Run the code above in your browser using DataLab