A Shiny Applications
The psa
R package includes Shiny applications designed to conduct and explore propensity score analysis.
A.1 Propensity Score Analysis Shiny Application
The main PSA Shiny application allows you to conduct all phases of PSA. The application contains several of the datasets discussed in section 1.5 but you can also upload your own dataset.
psa::psa_shiny()
A.2 Propensity Score Analysis Simulation Shiny Application
The PSA Simulation Shiny application is designed to explore the figures introduced in chapter 1 for stratification, matching, and weighting. Using the same data simulation procedure used in that chapter, you can control a number of the parameters including treatment effect to explore how the visualizations change and how you can use them to make decisions about treatment effects.
psa::psa_simulation_shiny()