Internal function to obtain Jump-to-Reference(J2R) MCMC from an MAR object.
clm_MI_J2R(object, treatment, start = NULL, end = NULL, thin = NULL,
exclude_chains = NULL, subset = FALSE, ord_cov_dummy = TRUE,
seed = NULL, mess = FALSE, ...)
A matrix of MCMC samples with all monitored parameters .A subset of
the MCMC sample can be selected using start
, end
and
thin
.
an object of class remiod
the variable name of treatment. Reference level of treatment should be coded as 0.
first iteration to be used.
last iteration to be used.
thinning to be applied.
optional vector of numbers, indexing MCMC chains to be excluded from the output.
subset of parameters (columns of the mcmc object) to be used.
optional. specify whether ordinal variables should be treated as
categorical variables or continuous variables when they are
included as covariates in the sequential imputation models.
Default is TRUE
, dummy variables will be created accordingly.
optional seed value.
logical, should messages be displayed?
optional arguments pass from main function.