From 56c420c521c9d301a915e3f72190659acc5c6013 Mon Sep 17 00:00:00 2001 From: jbryer Date: Mon, 20 Mar 2023 12:44:36 -0400 Subject: [PATCH] Updated badges. --- README.Rmd | 12 +++++++++--- README.md | 14 ++++++++++---- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/README.Rmd b/README.Rmd index ad524ee..531941e 100755 --- a/README.Rmd +++ b/README.Rmd @@ -5,10 +5,16 @@ editor_options: --- -#### An R Package for Bootstrapping Propnesity Score Analysis +# An R Package for Bootstrapping Propnesity Score Analysis + + +[![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")` + -[![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. diff --git a/README.md b/README.md index 2af1401..6b5b4f2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,15 @@ -#### An R Package for Bootstrapping Propnesity Score Analysis +# 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) + + +[![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) + As the popularity of propensity score methods for estimating causal effects in observational studies increase, the choices researchers have