Package: remiod 1.0.2

Tony Wang

remiod: Reference-Based Multiple Imputation for Ordinal/Binary Response

Reference-based multiple imputation of ordinal and binary responses under Bayesian framework, as described in Wang and Liu (2022) <arxiv:2203.02771>. Methods for missing-not-at-random include Jump-to-Reference (J2R), Copy Reference (CR), and Delta Adjustment which can generate tipping point analysis.

Authors:Ying Liu [aut], Tony Wang [aut, cre]

remiod_1.0.2.tar.gz
remiod_1.0.2.zip(r-4.5)remiod_1.0.2.zip(r-4.4)remiod_1.0.2.zip(r-4.3)
remiod_1.0.2.tgz(r-4.4-any)remiod_1.0.2.tgz(r-4.3-any)
remiod_1.0.2.tar.gz(r-4.5-noble)remiod_1.0.2.tar.gz(r-4.4-noble)
remiod_1.0.2.tgz(r-4.4-emscripten)remiod_1.0.2.tgz(r-4.3-emscripten)
remiod.pdf |remiod.html
remiod/json (API)
NEWS

# Install 'remiod' in R:
install.packages('remiod', repos = c('https://xsswang.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/xsswang/remiod/issues

Uses libs:
  • jags– Just Another Gibbs Sampler for Bayesian MCMC
  • c++– GNU Standard C++ Library v3
Datasets:
  • antidep - Wide format of continuous response of antidepressant data.
  • schizo - National Institute of Mental Health shizophrenia study
  • schizob - Wide format of binary response of Schizophrenia data.
  • schizow - Wide format of ordinal response of Schizophrenia data.

On CRAN:

bayesiancontrol-basedcopy-referencedelta-adjustmentgeneralized-linear-modelsglmjagsjump-to-referencemcmcmissing-at-randommissing-datamissing-not-at-randommultiple-imputationnon-ignorableordinal-regressionpattern-mixture-modelreference-basedstatistics

7 exports 0.64 score 70 dependencies 3 scripts 346 downloads

Last updated 2 years agofrom:ce9ad8a657. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 10 2024
R-4.5-winOKSep 10 2024
R-4.5-linuxOKSep 10 2024
R-4.4-winOKSep 10 2024
R-4.4-macOKSep 10 2024
R-4.3-winOKSep 10 2024
R-4.3-macOKSep 10 2024

Exports:extract_MIdataget_subsetlist.modelsmcmcplotmiAnalyzeremiodsummary

Dependencies:briocallrclicodacodetoolscolorspacecrayondata.tabledescdiffobjdigestdoFutureellipseevaluatefansifarverfftwtoolsforeachfsfuturefuture.applyggplot2globalsgluegtableisobanditeratorsJointAIjsonlitelabelinglatticelifecyclelistenvmagrittrMASSmathjaxrMatrixmcmcsemgcvmunsellnlmenumDerivordinalparallellypillarpkgbuildpkgconfigpkgloadpraiseprocessxprogressrpsR6RColorBrewerRcppRcppArmadillorematch2rjagsrlangrprojrootscalessurvivaltestthattibbleucminfutf8vctrsviridisLitewaldowithr

Computation Speed of Algorithms

Rendered fromspeed.html.asisusingR.rsp::asison Sep 10 2024.

Last update: 2023-02-18
Started: 2023-02-18

Example: Binary data imputation

Rendered fromExampleBinary.html.asisusingR.rsp::asison Sep 10 2024.

Last update: 2022-11-07
Started: 2022-11-07

Example: Continuous data imputation through GLM

Rendered fromExampleGauss.html.asisusingR.rsp::asison Sep 10 2024.

Last update: 2022-11-07
Started: 2022-11-07

Introduction to remiod

Rendered fromintroremiod.html.asisusingR.rsp::asison Sep 10 2024.

Last update: 2022-11-07
Started: 2022-11-07

Readme and manuals

Help Manual

Help pageTopics
wide format of continuous response of antidepressant data.antidep
Apply Copy-Reference(CR) Method to Update JAGS MCMC outputs under MAR for Cumulative Logistic Modelclm_MI_CR
Apply Delta adjustment to Update JAGS MCMC outputs under MAR for Cumulative Logistic Modelclm_MI_delta
Apply Jump-to-Reference(J2R) Method to Update JAGS MCMC outputs under MAR for Cumulative Logistic Modelclm_MI_J2R
Extract a specified number of multiple imputed datasetsextract_MIdata
Create multiple imputed datasets based on assigned imputation method.get_MI_RB
Prepare imputation-model-related informationget_Mlist
Extract specific parameters from MCMC samplesget_subset
Apply Copy-Reference(CR) Method to Update JAGS MCMC outputs under MAR for Generalized Linear Modelglm_MI_CR
Apply Delta adjustment to Update JAGS MCMC outputs under MAR for Generalized Linear Modelglm_MI_delta
Apply Jump-to-Reference(J2R) Method to Update JAGS MCMC outputs under MAR for Generalized Linear Modelglm_MI_J2R
Listing the sequence of models used for imputationlist.models
Visualizing the posterior sample Creates a set of plots for visually evaluating convergence and mixing of the chains from the MCMC sample of an object of class 'remiod'.mcmcplot
Takes multiply imputed datasets (as generated by the 'extract_MIdata()' function) and runs an analysis function on each of them.miAnalyze
Apply Copy-Reference(CR) Method to Update JAGS MCMC outputs under MAR for probit Modelopm_MI_CR
Apply Delta adjustment to Update JAGS MCMC outputs under MAR for Cumulative Logistic Modelopm_MI_delta
Apply Jump-to-Reference(J2R) Method to Update JAGS MCMC outputs under MAR for Cumulative Logistic Modelopm_MI_J2R
Reference-Based Multiple Imputation for Ordinal/Binary Responseremiod
National Institute of Mental Health shizophrenia studyschizo
wide format of binary response of Schizophrenia data.schizob
wide format of ordinal response of Schizophrenia data.schizow
Summarize the results from an object of class remiodcoef.summary.remiod print.summary.remiod summary summary.remiod
Implement controlled multiple imputation algorithms proposed by Tangtang_MI_RB