Learn R Programming

CCTpack (version 1.5.2)

cctmvest: Accessor function for the missing value estimates of the data, based on the cctfit (if there were missing values in the data).

Description

Outputs an N by 3 matrix, where N is the number of missing values estimated by the model, column 1 is the person index, column 2 the item index, column 3 is the value estimate.

Usage

cctmvest(cctfit)

Arguments

cctfit

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

Examples

Run this code
# NOT RUN {
data(hotcold)
# cctfit <- cctapply(data = hotcold, clusters = 2, itemdiff = TRUE, samples = 10000, 
#                     chains = 3, burnin = 2000, runchecks = FALSE)
# cctmvest(cctfit)
# }

Run the code above in your browser using DataLab