Learn R Programming

misaem package

Introduction

misaem is a package to perform linear regression and logistic regression with missing data, under MCAR (Missing completely at random) and MAR (Missing at random) mechanisms. The covariates are assumed to be continuous variables. The methodology implemented is based on maximization of the observed likelihood using EM-types of algorithms. The package includes:

  1. Parameters estimation.
  2. Estimation of standard deviation for estimated parameters.
  3. Model selection procedure based on BIC.

Installation of package

Now you can install the package misaem from CRAN.

install.packages("misaem")

Using the misaem package

Basically,

  1. miss.glm is the main function performing logistic regression with missing values.
  2. miss.lm is the main function performing linear regression with missing values.

For more details, You can find the vignette, which illustrate the basic and further usage of misaem package:

library(misaem)
vignette('misaem')

Reference

Logistic Regression with Missing Covariates -- Parameter Estimation, Model Selection and Prediction (2020, Jiang W., Josse J., Lavielle M., TraumaBase Group), Computational Statistics & Data Analysis.

Copy Link

Version

Install

install.packages('misaem')

Monthly Downloads

795

Version

1.0.1

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Julie Josse

Last Published

April 12th, 2021

Functions in misaem (1.0.1)

log_reg

log_reg
miss.lm

Statistical Inference for Linear Regression Models with Missing Values
print.summary.miss.lm

Print Summary of miss.lm
miss.lm.fit

Fitting Linear Regression Model with Missing Values
miss.lm.control

Auxiliary for Controlling Fitting
print.miss.glm

Print miss.glm
predict.miss.lm

Prediction on test with missing values for the linear regression model.
print.miss.lm

Print miss.lm
print.summary.miss.glm

Print Summary of miss.glm
miss.lm.model.select

miss.lm.model.select
predict.miss.glm

Prediction on test with missing values for the logistic regression model.
summary.miss.lm

Summarizing Fits for miss.lm
summary.miss.glm

Summarizing Fits for miss.glm
miss.glm

Statistical Inference for Logistic Regression Models with Missing Values
likelihood_saem

likelihood_saem
miss.glm.fit

Fitting Logistic Regression Models with Missing Values
imputeEllP

Function for imputing single point for linear regression model
combinations

combinations
louis_lr_saem

louis_lr_saem
miss.glm.model.select

miss.glm.model.select
miss.glm.control

Auxiliary for Controlling Fitting