cctmemb: Accessor function for the cluster memberships of the...

Description Usage Arguments Examples

Description

Outputs the cluster (cultural) assignment of each respondent, as determined by the CCT model fit to the data .

Usage

1
cctmemb(cctfit)

Arguments

cctfit

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

Examples

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

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