commParams | R Documentation |
remiod
Common Parameters used by functions of remiod
object |
object inheriting from class 'remoid' |
trtvar |
the name of treatment variable. When necessary, its reference category,
i.e. control arm, can be set in |
method |
a method for obtaining multiple-imputed dataset. Options include
|
delta |
specific value used for Delta adjustment, applicable only for method="delta". |
algorithm |
either algorithm |
model_order |
optional. manually specify an order for imputation models. |
ord_cov_dummy |
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 |
rinv |
a small number used to adjusting Fish information matrix |
scheme |
scheme of distribution used for proposing coefficients of imputation models. scheme=1: beta ~ N( mean + inv(I)*score, inv(I)); scheme=2: beta ~ N( mean , inv(I)). |
subset |
subset of parameters/variables/nodes (columns in the MCMC
sample). Follows the same principle as the argument
|
exclude_chains |
optional vector of the index numbers of chains that should be excluded |
start |
the first iteration of interest
(see |
end |
the last iteration of interest
(see |
progress.bar |
character string specifying the type of
progress bar. Possible values are "text" (default), "gui",
and "none" (see |
seed |
optional; seed value (for reproducibility) |
include |
logical, if TRUE, raw data will be included in imputed data sets with imputation ID = 0. |
mi.setting |
a list of arguments related to multiple imputation, including trtvar, algorithm, method, include, exclude_chains, thin, start, end, and seed. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.