dewittpe / pstools

Propensity Score Analysis Tools
0 stars 1 forks source link

pstools

Tools for Propensity Score Analyses

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Build Status Coverage Status

CRAN_Status_Badge

License minimal R version

Examples

Install

From CRAN

This package is currently not on CRAN. Development is moving forward.

Developmental

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.