Conducts and visualizes propensity score analysis for multilevel,
or clustered data. Bryer & Pruzek (2011)
The following example demonstrates how to get started the multilevelPSA package (more soon...).
library(devtools)
#Install the package
install_github('multilevelPSA', 'jbryer')
#Load the package
library(multilevelPSA)
#List the available functions
ls('package:multilevelPSA')
More documentation to come.