-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
49 lines (35 loc) · 1.84 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
output: github_document
editor_options:
chunk_output_type: console
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# <img src="man/figures/PSAgraphics.png" align="right" width="120" align="right" /> PSAgraphics: An R Package to Support Propensity Score Analysis
<!-- badges: start -->
[![R-CMD-check](https://github.com/jbryer/PSAgraphics/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jbryer/PSAgraphics/actions/workflows/R-CMD-check.yaml)
`r badger::badge_devel("jbryer/PSAgraphics", "blue")`
`r badger::badge_cran_release("PSAgraphics")`
`r badger::badge_cran_checks("PSAgraphics")`
<!-- badges: end -->
**Contact**: Jason Bryer, Ph.D. [jason@bryer.org](mailto:jason@bryer.org)
**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:
``` r
install.packages('PSAgraphics')
```
or to download the latest development version:
``` r
remotes::install.packages('jbryer/PSAgraphics')
```