cctexport {CCTpack} | R Documentation |
Export the results (the cctfit object)
Description
Exports the cctfit
object as an .Rdata file, as well as .jpeg and .eps files of the relevant plots
Usage
cctexport(cctfit, filename = "CCTpackdata.Rdata")
Arguments
cctfit |
The |
filename |
The filename and location you would like to use. If no location is specified, it is saved to the current R working directory (see |
Details
Saves the cctfit
object as an .Rdata file, as well as .jpeg and .eps files of the relevant plots, which include: the scree plot, results plot, and posterior predictive check plots.
Examples
data(hotcold)
# cctfit <- cctapply(data = hotcold, clusters = 2, itemdiff = TRUE, samples = 10000,
# chains = 3, burnin = 2000, runchecks = TRUE)
# cctexport(cctfit, filename = "C:/CCTpack/CCTpackdata.Rdata")
[Package CCTpack version 1.5.2 Index]