
Check Assumption and Fix Label Switching if Assumption is Broken for a List of MCMC Samples
check_and_fix_chains.RdCheck Assumption and Fix Label Switching if Assumption is Broken for a List of MCMC Samples
Arguments
- n_chains
An integer specifying the number of MCMC chains to compute over.
- chains_list
A numeric list containing the samples from
n_chainsMCMC chains.- pistarjj_matrix
A numeric matrix of the average conditional probability \(P(Y^* = j | Y = j, Z)\) across all subjects for each MCMC chain, obtained from the
pistar_by_chainfunction.- dim_x
The number of columns of the design matrix of the true outcome mechanism,
X.- dim_z
The number of columns of the design matrix of the observation mechanism,
Z.- n_cat
The number of categorical values that the true outcome,
Y, and the observed outcome,Y*can take.