Generate Propensity Score Matches

Use the matching candidate data from estimate_propensity_scores.Rmd to find propensity score matches for the cohort of interest.

Jacob Simmering, PhD https://jacobsimmering.com (University of Iowa)https://uiowa.edu
2022-12-02
source("~/projects/pdd/analysis/table_functions.R")

Tz/Dz/Az vs Tamsulosin

Without Matching

generate_table("tz_tam", FALSE)

After Matching

generate_table("tz_tam", TRUE)

Tz/Dz/Az vs 5ARI

Without Matching

generate_table("tz_5ari", FALSE)

After Matching

generate_table("tz_5ari", TRUE)

Tamsulosin vs 5ARI

Without Matching

generate_table("tam_5ari", FALSE)

After Matching

generate_table("tam_5ari", TRUE)