PSAgraphics

Propensity Score Analysis Graphics

Downloads
398
Stars
2
Committers
1

output: github_document
editor_options:
chunk_output_type: console

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

PSAgraphics: An R Package to Support Propensity Score Analysis

r badger::badge_devel("jbryer/PSAgraphics", "blue") r badger::badge_cran_release("PSAgraphics") r badger::badge_cran_checks("PSAgraphics")

Contact: Jason Bryer, Ph.D. [email protected] Website: https://jbryer.github.io/PSAgraphics/

A collection of functions that primarily produce graphics to aid in a Propensity Score Analysis (PSA). Functions include: cat.psa and box.psa to test balance within strata of categorical and quantitative covariates, circ.psa for a representation of the estimated effect size by stratum, loess.psa that provides a graphic and Loess based effect size estimate, and various balance functions that provide measures of the balance achieved via a PSA in a categorical covariate.

For more information, see and cite:

Helmreich, J. E., & Pruzek, R. M. (2009). PSAgraphics: An R Package to Support Propensity Score Analysis. Journal of Statistical Software, 29(6), 1–23. https://doi.org/10.18637/jss.v029.i06

Installation

You can install the development version of PSAgraphics like so:

install.packages('PSAgraphics')

or to download the latest development version:

remotes::install.packages('jbryer/PSAgraphics')