Learn R Programming

PSAboot (version 1.3.6)

Bootstrapping for Propensity Score Analysis

Description

It is often advantageous to test a hypothesis more than once in the context of propensity score analysis (Rosenbaum, 2012) . The functions in this package facilitate bootstrapping for propensity score analysis (PSA). By default, bootstrapping using two classification tree methods (using 'rpart' and 'ctree' functions), two matching methods (using 'Matching' and 'MatchIt' packages), and stratification with logistic regression. A framework is described for users to implement additional propensity score methods. Visualizations are emphasized for diagnosing balance; exploring the correlation relationships between bootstrap samples and methods; and to summarize results.

Copy Link

Version

Install

install.packages('PSAboot')

Monthly Downloads

655

Version

1.3.6

License

GPL

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

March 22nd, 2023

Functions in PSAboot (1.3.6)

boxplot.PSAboot.balance

Boxplot of the balance statistics for bootstrapped samples.
pisa.psa.cols

Character vector representing the list of covariates used for estimating propensity scores.
psa.strata

Propensity Score Analysis using Stratification
print.PSAbootSummary

Print method for PSAboot Summary.
print.PSAboot.balance

Print method for balance.
print.PSAboot

Print results of PSAboot
pisausa

Programme of International Student Assessment (PISA) results from the United States in 2009.
hist.PSAboot

Histogram of PSA bootstrap results
getPSAbootMethods

Returns a vector with the default methods used by PSAboot.
q25

Return the 25th percentile.
q75

Returns the 75th percentile.
summary.PSAboot

Summary of pooled results from PSAboot
PSAboot

Bootstrapping for propensity score analysis
boot.matching

Matching package implementation for bootstrapping.
boot.strata

Stratification implementation for bootstrapping.
balance

Returns a summary of the balance for all bootstrap samples.
boot.ctree

Stratification using classification trees for bootstrapping.
boot.matchit

MatchIt package implementation for bootstrapping.
boot.rpart

Stratification using classification trees for bootstrapping.
as.data.frame.PSAbootSummary

Convert the results of PSAboot summary to a data frame.
PSAboot-package

Bootstrapping for Propensity Score Analysis
balance.matching

Returns balance for each covariate from propensity score matching.
pisalux

Programme of International Student Assessment (PISA) results from the Luxembourg in 2009.
boxplot.PSAboot

Boxplot of PSA bootstrap results.
matrixplot

Matrix Plot of Bootstrapped Propensity Score Analysis
plot.PSAboot

Plot the results of PSAboot
plot.PSAboot.balance

Plot method for balance.