Skip to content

Commit

Permalink
Updated badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbryer committed Mar 20, 2023
1 parent 8b09345 commit 56c420c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
12 changes: 9 additions & 3 deletions README.Rmd
Expand Up @@ -5,10 +5,16 @@ editor_options:
---


#### <img src="man/figures/PSAboot.png" align="right" width="120" align="right" /> An R Package for Bootstrapping Propnesity Score Analysis
# <img src="man/figures/PSAboot.png" align="right" width="120" align="right" /> An R Package for Bootstrapping Propnesity Score Analysis

<!-- badges: start -->
[![R-CMD-check](https://github.com/jbryer/ShinyQDA/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jbryer/ShinyQDA/actions/workflows/R-CMD-check.yaml)
`r badger::badge_devel("jbryer/PSAboot", "blue")`
`r badger::badge_cran_release("PSAboot")`
`r badger::badge_cran_checks("PSAboot")`
`r badger::badge_last_commit("jbryer/PSAboot")`
<!-- badges: end -->

[![Build Status](https://api.travis-ci.org/jbryer/PSAboot.svg)](https://travis-ci.org/jbryer/PSAboot?branch=master)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/PSAboot)](http://cran.r-project.org/package=PSAboot)

As the popularity of propensity score methods for estimating causal effects in observational studies increase, the choices researchers have for which methods to use has also increased. Rosenbaum (2012) suggested that there are benefits for testing the null hypothesis more than once in observational studies. With the wide availability of high power computers resampling methods such as bootstrapping (Efron, 1979) have become popular for providing more stable estimates of the sampling distribution. This paper introduces the `PSAboot` package for R that provides functions for bootstrapping propensity score methods. It deviates from traditional bootstrapping methods by allowing for different sampling specifications for treatment and control groups, mainly to ensure the ratio of treatment-to-control observations are maintained. Additionally, this framework will provide estimates using multiple methods for each bootstrap sample. Two examples are discussed: the classic National Work Demonstration and PSID (Lalonde, 1986) study and a study on tutoring effects on student grades.

Expand Down
14 changes: 10 additions & 4 deletions README.md
@@ -1,9 +1,15 @@

#### <img src="man/figures/PSAboot.png" align="right" width="120" align="right" /> An R Package for Bootstrapping Propnesity Score Analysis
# <img src="man/figures/PSAboot.png" align="right" width="120" align="right" /> An R Package for Bootstrapping Propnesity Score Analysis

[![Build
Status](https://api.travis-ci.org/jbryer/PSAboot.svg)](https://travis-ci.org/jbryer/PSAboot?branch=master)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/PSAboot)](http://cran.r-project.org/package=PSAboot)
<!-- badges: start -->

[![R-CMD-check](https://github.com/jbryer/ShinyQDA/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jbryer/ShinyQDA/actions/workflows/R-CMD-check.yaml)
[![](https://img.shields.io/badge/devel%20version-1.3.6-blue.svg)](https://github.com/jbryer/PSAboot)
[![](https://www.r-pkg.org/badges/version/PSAboot)](https://cran.r-project.org/package=PSAboot)
[![CRAN
checks](https://badges.cranchecks.info/summary/PSAboot.svg)](https://cran.r-project.org/web/checks/check_results_PSAboot.html)
[![](https://img.shields.io/github/last-commit/jbryer/PSAboot.svg)](https://github.com/jbryer/PSAboot/commits/master)
<!-- badges: end -->

As the popularity of propensity score methods for estimating causal
effects in observational studies increase, the choices researchers have
Expand Down

0 comments on commit 56c420c

Please sign in to comment.