Package: prettyPanelMatch 0.2.0

Jihye Park
prettyPanelMatch: 'ggplot2'-Based Visualization for 'PanelMatch' (Imai, Kim, Wang 2023) Results
Provides 'ggplot2'-based plotting functions for 'PanelMatch' (Imai, Kim, Wang (2023) <doi:10.1111/ajps.12685>) results. Tidy-and-plot function pairs for three 'PanelMatch' outputs: treatment effect estimates (PanelEstimate()), placebo test diagnostics (placebo_test()), and covariate balance checks (get_covariate_balance()). Supports multiple models, significance indicators, faceted balance grids, and full 'ggplot2' extensibility.
Authors:
prettyPanelMatch_0.2.0.tar.gz
prettyPanelMatch_0.2.0.zip(r-4.7)prettyPanelMatch_0.2.0.zip(r-4.6)prettyPanelMatch_0.2.0.zip(r-4.5)
prettyPanelMatch_0.2.0.tgz(r-4.6-any)prettyPanelMatch_0.2.0.tgz(r-4.5-any)
prettyPanelMatch_0.2.0.tar.gz(r-4.7-any)prettyPanelMatch_0.2.0.tar.gz(r-4.6-any)
prettyPanelMatch_0.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
prettyPanelMatch/json (API)
NEWS
| # Install 'prettyPanelMatch' in R: |
| install.packages('prettyPanelMatch', repos = c('https://jacqpark.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jacqpark/prettypanelmatch/issues
Last updated from:d9e33312d9. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 129 | ||
| source / vignettes | OK | 180 | ||
| linux-release-x86_64 | OK | 129 | ||
| macos-release-arm64 | OK | 164 | ||
| macos-oldrel-arm64 | OK | 133 | ||
| windows-devel | OK | 90 | ||
| windows-release | OK | 82 | ||
| windows-oldrel | OK | 77 | ||
| wasm-release | OK | 104 |
Exports:gg_covariate_balancegg_placebo_testggplot_panel_estimatepretty_covariate_balancepretty_placebo_testtidy_panel_estimate
Dependencies:clicpp11dplyrfarvergenericsggplot2gluegtableisobandlabelinglifecyclemagrittrpillarpkgconfigR6RColorBrewerrlangS7scalestibbletidyselectutf8vctrsviridisLitewithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Create a ggplot2 Covariate Balance Plot | autoplot.ppm_cov_tidy gg_covariate_balance |
| Create a ggplot2 Coefficient Plot from Placebo Test Results | autoplot.ppm_placebo_tidy gg_placebo_test |
| Create a ggplot2 Coefficient Plot from PanelEstimate Results | autoplot.ppm_tidy ggplot_panel_estimate |
| Tidy Covariate Balance Matrices into a Data Frame | pretty_covariate_balance |
| Tidy placebo_test Results into a Data Frame | pretty_placebo_test |
| Tidy PanelEstimate Summaries into a Data Frame | tidy_panel_estimate |