The 'guiMatchIt' package contains an assortment of helper functions and options for graphical user interfaces (based on the package 'shiny') for easier use of the 'MatchIt' package.
The 'guiMatchIt' package is primarly built around the 'MatchIt' package, which provides a toolset for finding subjects who match over a set of covariates across two groups.
Daniel E. Ho, Kosuke Imai, Gary King, Elizabeth A. Stuart (2011). MatchIt: Nonparametric Preprocessing for Parametric Causal Inference. Journal of Statistical Software, Vol. 42, No. 8, pp. 1-28. URL http://www.jstatsoft.org/v42/i08/
The program R ( version >= 3.0 )
To easily install the 'guiMatchIt' package, you'll need the 'devtools' package:
install.packages("devtools")
library(devtools)
The 'guiMatchIt' package can then be installed via the following command:
install_github("rettopnivek/guiMatchIt")
To load the package:
library(guiMatchIt)
To list the available functions:
ls(pos = "package:guiMatchIt")
Details and examples for a specific function can be obtained via help( "function" ) substituting the appropriate function name for "function".
Kevin Potter
MIT
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.