list.models | R Documentation |
Listing the sequence of models used for imputation
list.models(object, details = FALSE, print = TRUE)
object |
an object of class |
details |
logical. Default is FALSE, where listing all models in formula format. If TRUE, details of each models will be presented. |
print |
logical. Default is TRUE to print all imputation models or detailed imputation models. |
a list of formula of imputation models. If details=TRUE
, information on the conditional
distributions of the covariates in each imputation models. Note: the sequence of conditional
models together specifies the joint distribution.
# data(schizow) test = remiod(formula = y6 ~ tx + y0 + y1 + y3, data = schizow, trtvar = 'tx', algorithm = 'jags', method="MAR", ord_cov_dummy = FALSE, n.adapt = 10, n.chains = 1, n.iter = 10, thin = 2, warn = FALSE, seed = 1234) list.models(test)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.