1 Star 2 Fork 7

连享会/did using R

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
_pkgdown.yml 2.22 KB
一键复制 编辑 原始数据 按行查看 历史
Brantly Callaway 提交于 2020-07-21 12:07 . updates
template:
params:
bootswatch: flatly
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.
contents:
- multi-period-did
- did-basics
- 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
- 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
- title: "Data"
desc: >
Available datasets in the package
contents:
- mpdta
- title: "Package Documentation"
contents:
- did
- title: "Deprecated Functions"
desc: >
Functions that are being replaced in version 2.0.0
contents:
- mp.spatt
- mp.spatt.test
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/arlionn/did_R.git
git@gitee.com:arlionn/did_R.git
arlionn
did_R
did using R
master

搜索帮助