Tools for Propensity Score Analyses
This package is currently not on CRAN. Development is moving forward.
Install the development version of pstools
directly from github via the
devtools
package:
if (!("devtools" %in% rownames(installed.packages()))) {
warning("installing devtools from https://cran.rstudio.com")
install.packages("devtools", repo = "https://cran.rstudio.com")
}
devtools::install_github("dewittpe/pstools", build_vignettes = TRUE)
NOTE: If you are working on a Windows machine you will need to download and
install Rtools
before
devtools
will work for you.