cctexport: Export the results (the cctfit object)

Description Usage Arguments Details Examples

Description

Exports the cctfit object as an .Rdata file, as well as .jpeg and .eps files of the relevant plots

Usage

1
cctexport(cctfit, filename = "CCTpackdata.Rdata")

Arguments

cctfit

The cctfit object as obtained from the cctapply() function.

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 getwd()).

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

1
2
3
4
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")

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