-
Notifications
You must be signed in to change notification settings - Fork 97
/
_pkgdown.yml
102 lines (95 loc) · 2.63 KB
/
_pkgdown.yml
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
template:
params:
bootswatch: flatly
authors:
Brantly Callaway:
href: https://bcallaway11.github.io/
Pedro H. C. Sant'Anna:
href: https://pedrohcgs.github.io/
navbar:
title: "did"
left:
- text: "User Guides"
href: articles/index.html
- text: "Functions"
href: reference/index.html
- text: "News"
href: news/index.html
home:
links:
- text: Source Code
href: https://github.com/bcallaway11/did
- text: Report Bugs or Feature Requests
href: https://github.com/bcallaway11/did/issues
articles:
- title: User Guides
desc: >
These articles provide a general introduction to DiD with multiple time periods, an introduction to the R **did** package for estimating treatment effects,
and details on how to use the **did** package to pre-test the parallel trends assumption underlying the DiD approach. We also provide a discussion on how
one can build on the framework we put forward in Callaway and Sant'Anna (2020) and implemented in this package.
contents:
- multi-period-did
- did-basics
- TWFE
- pre-testing
- extensions
reference:
- title: "Difference-in-Differences Methods"
desc: >
Tools to compute average treatment effects, particularly in
the case with multiple periods and variation in treatment timing
contents:
- att_gt
- aggte
- title: "Pre-Testing"
desc: >
Tools to compute "pre-test" the DiD assumption in the case where
multiple periods are available
contents:
- conditional_did_pretest
- title: "Plotting and Summarizing"
desc: >
Tools for plotting and summarizing the results of the
**att_gt** method and **aggte** method
contents:
- ggdid
- ggdid.MP
- ggdid.AGGTEobj
- summary.MP
- summary.AGGTEobj
- summary.MP.TEST
- print.MP
- print.AGGTEobj
- title: "Classes"
desc: >
Classes available in the **did** package
contents:
- MP
- AGGTEobj
- MP.TEST
- DIDparams
- title: "Helper Functions"
desc: >
A number of other miscellaneous helper functions
contents:
- mboot
- test.mboot
- pre_process_did
- process_attgt
- indicator
- build_sim_dataset
- reset.sim
- sim
- trimmer
- glance.AGGTEobj
- glance.MP
- tidy.AGGTEobj
- tidy.MP
- title: "Data"
desc: >
Available datasets in the package
contents:
- mpdta
- title: "Package Documentation"
contents:
- did