Learn R Programming

mlmi implements so called Maximum Likelihood Multiple Imputation as described by von Hippel and Bartlett (2021) \doi{10.1214/20-STS793}. A number of different imputations are available, by utilising the norm, cat and mix packages. Inferences can be performed either using combination rules similar to Rubin's or using a likelihood score based approach based on theory by Wang and Robins (1998) \doi{10.1093/biomet/85.4.935}.

mlmi also implements a maximum likelihood MI version of reference based MNAR imputation for repeatedly measured continuous endpoints.

You can install the released version of bootImpute from CRAN with: install.packages("mlmi")

And the development version with install.packages("devtools") devtools::install_github("jwb133/mlmi")

Copy Link

Version

Install

install.packages('mlmi')

Monthly Downloads

278

Version

1.1.2

License

GPL-3

Maintainer

Jonathan Bartlett

Last Published

June 2nd, 2023

Functions in mlmi (1.1.2)

refBasedCts

Reference based imputation of repeated measures continuous data
mixImp

Imputation for a mixture of continuous and categorical variables using the general location model.
catImp

Imputation for categorical variables using log linear models
normUniImp

Normal regression imputation of a single variable
ctsTrialWide

Simulated example data with continuous outcome measured repeatedly over time
normImp

Multivariate normal model imputation
scoreBased

Score based variance estimation for multiple imputation
withinBetween

Within between variance estimation