njtierney/mex: A Tool To More Precisely Explore Missing Data

mex provides a small toolbox for the researcher to explore their missing data. These tools consist of: t-tests and chi2, CART, BRT, clustering, and a missing data simulator. The t-test / chi2 tests compare whether the missingness is affecting the expected count or mean value. The CART (rpart) and BRT (gbm and gbm.step) functions explore the proportion of missing data in a row, and also interact with clustering (undecided method) of missingness. The data simulation function also makes it easy to create specific missingness patterns, as well as compare theorized missingness patterns found in your research.

Getting started

Package details

AuthorNicholas Tierney and Damjan Vukcevic
MaintainerNicholas Tierney <nicholas.tierney@gmail.com> and Damjan Vukcevic <damjan.vukcevic@mcri.edu.au>
LicenseMIT
Version0.0.0.9000
URL NA
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("njtierney/mex")
njtierney/mex documentation built on May 23, 2019, 8:22 p.m.