-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_pkgdown.yml
More file actions
221 lines (216 loc) · 6.69 KB
/
Copy path_pkgdown.yml
File metadata and controls
221 lines (216 loc) · 6.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
# Without url:, pkgdown writes relative <loc> values into sitemap.xml, which the
# sitemap protocol rejects (it requires fully-qualified URLs) - so Google ignored
# every entry. Setting it also makes pkgdown emit canonical link tags.
url: https://mikenguyen13.github.io/causalverse
template:
package: pkgdown
favicon: favicon.ico
bootstrap: 5
bslib:
pkgdown-nav-height: 100px
includes:
in_header: |
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GLJZT4LT1W"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GLJZT4LT1W');
</script>
navbar:
structure:
left: [reference, articles]
right: [search, github]
components:
reference:
text: Reference
href: reference/index.html
articles:
text: Articles
menu:
- text: "Getting Started"
- text: "0. Introduction"
href: articles/a_introduction.html
- text: "-------"
- text: "Experimental & Quasi-Experimental Designs"
- text: "1. Randomized Control Trials"
href: articles/d_rct.html
- text: "2. Regression Discontinuity"
href: articles/e_rd.html
- text: "3. Synthetic Difference-in-Differences"
href: articles/b_synthdid.html
- text: "4. Difference-in-Differences"
href: articles/c_did.html
- text: "5. Synthetic Controls"
href: articles/f_sc.html
- text: "6. Instrumental Variables"
href: articles/g_iv.html
- text: "-------"
- text: "Advanced Methods"
- text: "7. Event Studies (Finance)"
href: articles/h_event_study.html
- text: "8. Matching Methods"
href: articles/i_matching.html
- text: "9. Sensitivity Analysis and Robustness"
href: articles/j_sensitivity.html
- text: "10. Heterogeneous Treatment Effects & Causal ML"
href: articles/k_hte.html
- text: "11. Causal Mediation Analysis"
href: articles/l_mediation.html
- text: "12. Panel Data Methods"
href: articles/m_panel.html
articles:
- title: "Getting Started"
contents:
- a_introduction
- title: "Experimental & Quasi-Experimental Designs"
contents:
- d_rct
- e_rd
- b_synthdid
- c_did
- f_sc
- g_iv
- title: "Advanced Methods"
contents:
- h_event_study
- i_matching
- j_sensitivity
- k_hte
- l_mediation
- m_panel
reference:
- title: "Reporting & Themes"
desc: "Publication-ready AMA-style themes, labels, and export utilities."
contents:
- ama_theme
- ama_labs
- ama_scale_color
- ama_scale_fill
- ama_export_fig
- ama_export_tab
- nice_tab
- causal_table
- title: "Unified Tidy Output"
desc: "Standardized extraction of estimates from any causal model."
contents:
- tidy_causal
- compare_estimators
- effect_size_convert
- causal_summary
- title: "Synthetic DID & Synthetic Controls"
desc: "Estimation, inference, and visualization for synthetic control methods."
contents:
- synthdid_est
- synthdid_est_ate
- synthdid_est_per
- synthdid_plot_ate
- synthdid_se_jacknife
- synthdid_se_placebo
- panel_estimate
- process_panel_estimate
- sc_gap_plot
- sc_inference_plot
- title: "Difference-in-Differences"
desc: "Visualization, testing, power analysis, and sensitivity for DiD designs."
contents:
- plot_par_trends
- plot_coef_par_trends
- plot_treat_time
- plot_trends_across_group
- plot_covariate_balance_pretrend
- stack_data
- get_balanced_panel
- plot_panel_estimate
- test_pretrends
- did_event_study
- did_power_analysis
- staggered_summary
- treatment_calendar
- bacon_decomp_plot
- pretrend_sensitivity
- parallel_trends_plot
- stacked_did
- title: "Randomized Experiments"
desc: "Power analysis, balance checking, doubly-robust estimation, and attrition."
contents:
- mde_calc
- dr_ate
- placebo_test
- dose_response
- dose_response_curve
- attrition_analysis
- power_sim
- title: "Heterogeneous Treatment Effects"
desc: "CATE estimation, BLP, GATES, Qini curves, forest summaries, and subgroup plots."
contents:
- blp_analysis
- qini_curve
- causal_forest_summary
- heterogeneity_plot
- heterogeneity_forest_plot
- title: "Balance & Matching"
desc: "Covariate balance tables, Love plots, overlap diagnostics, and balance plots."
contents:
- balance_assessment
- balance_scatter_custom
- balance_table
- balance_plot
- covariate_summary
- love_plot
- plot_density_by_treatment
- plot_pscore_overlap
- overlap_weights
- propensity_diagnostics
- title: "Mediation Analysis"
desc: "Causal mediation decomposition (ACME, ADE)."
contents:
- mediation_analysis
- lee_bounds
- med_ind
- title: "Robustness & Sensitivity"
desc: "Specification curves, multiverse analysis, sensitivity plots, exclusion restriction tests."
contents:
- spec_curve
- sensitivity_plot
- iv_sensitivity
- multiverse_analysis
- confounding_strength
- title: "Visualization (General)"
desc: "Coefficient plots, event study plots, and HTE visualization."
contents:
- plot_event_coefs
- plot_coef_comparison
- coef_plot
- event_study_finance
- title: "Regression Discontinuity"
desc: "RD estimation, bandwidth sensitivity, placebo tests, and assumption checks."
contents:
- plot_rd_aa_share
- rd_plot
- rd_bandwidth_sensitivity
- rd_covariate_balance
- rd_placebo_cutoffs
- rd_assumption_tests
- rd_binscatter
- title: "Instrumental Variables"
desc: "First-stage diagnostics, sensitivity, and weak-IV robust inference."
contents:
- iv_diagnostic_summary
- iv_diagnostics
- title: "Panel Data Diagnostics"
desc: "Unit root, serial correlation, cross-sectional dependence, and heteroskedasticity tests."
contents:
- panel_diagnostics
- title: "Causal DAG Utilities"
desc: "DAG visualization, adjustment set identification, and d-separation implication testing."
contents:
- dag_plot
- dag_adjustment_sets
- dag_test_implications
- title: "Package Management"
desc: "Install and check optional backend packages."
contents:
- install_backends
- check_backends