Skip to contents

The WhatsMatching package provides a shiny app that demonstrates how propensity score matching and mahalanobis distance matching compare under different circumstances. The aim of the app is to provide educational insight into matching methods.

Getting Started

Check out the vignettes in the navbar menu above to learn more about the motivation behind this app, the available features and functionality, and how the app can be used to explore matching techniques.

Accessing the App

The Shiny app can be accessed at jmeyer2482.shinyapps.io/WhatsMatching . A preview of the app is shown below.

Installing the App

Install the latest version of the app via GitHub. From the package you can access all the functions that are used to generate the data and matching processes/plots in the app.

devtools::install_github("jmeyer2482/WhatsMatching")