misaem
is an implementation of methodology which performs statistical inference for logistic regression model with missing data. This method is based on likelihood, including:
Now you can install the package misaem from CRAN.
install.packages("misaem")
Basicly,
miss.saem
contains the procedure of estimation for parameters, as well as their variance, and observed likelihood.model_selection
aims at selecting a best model according to BIC.pred_saem
performs prediction on a test set which may contain missing values.For more details, You can find the vignette, which illustrate the basic and further usage of misaem package:
library(misaem)
vignette('misaem')
Stochastic Approximation EM for Logistic regression with missing values (2018, Jiang W., Josse J., Lavielle M., Traumabase group)" arxiv link.