-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
52 lines (44 loc) · 1.13 KB
/
Copy path_pkgdown.yml
File metadata and controls
52 lines (44 loc) · 1.13 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
url: https://yo5uke.com/fixes/
template:
bootstrap: 5
navbar:
structure:
left: [reference, articles, news]
right: [search, github]
reference:
- title: Estimation
desc: >
Estimate event-study curves, aggregated ATT, and basic two-way FE DiD.
contents:
- run_es
- calc_att
- run_did
- title: Sensitivity analysis
desc: Robust inference under violations of parallel trends.
contents:
- honest_sensitivity
- title: Visualization
desc: Plot event studies, ATT(g,t) matrices, and sensitivity results.
contents:
- plot_es
- plot_es_interactive
- plot_att_gt
- plot_honest
- plot_contamination_weights
- title: Diagnostics
desc: Contamination-weight diagnostics for the Sun-Abraham estimator.
contents:
- compute_contamination_weights
- title: S3 methods
desc: broom and ggplot2 integration for result objects.
contents:
- autoplot.es_result
- tidy.did_result
- glance.did_result
- tidy.att_result
- glance.att_result
articles:
- title: Get started
navbar: ~
contents:
- fixes-intro