DiSCos
Implementation of Gunsilius, Florian. "Distributional synthetic controls." Econometrica (2023).
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.4%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Implementation of Gunsilius, Florian. "Distributional synthetic controls." Econometrica (2023).
Basic Info
- Host: GitHub
- Owner: Davidvandijcke
- License: other
- Language: R
- Default Branch: main
- Homepage: http://www.davidvandijcke.com/DiSCos/
- Size: 183 MB
Statistics
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 3
- Releases: 3
Created over 3 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
Changelog
License
README.Rmd
---
output: github_document
bibliography: ./inst/REFERENCES.bib
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-"
)
```
```{r, echo=FALSE, results="hide", warning=FALSE, message=FALSE}
library(DiSCos)
library(ggpubr)
devtools::load_all()
library(BMisc)
```
# DiSCos
```{r echo=FALSE, results='asis', message=FALSE}
cat(
badger::badge_cran_download("DiSCos", "grand-total", "blue"),
badger::badge_cran_download("DiSCos", "last-month", "blue"),
badger::badge_cran_release("DiSCos", "blue"),
badger::badge_devel("Davidvandijcke/DiSCos", "blue"),
# badger::badge_cran_checks("DiSCos"),
badger::badge_last_commit("Davidvandijcke/DiSCos")
)
```
## Getting Started
Have a look at the vignette replicating the [empirical
application](https://www.davidvandijcke.com/DiSCos/articles/Dube2019.html)
in the paper to get started.
## Installation
To install the latest stable version, run
```{r}
install.packages("DiSCos")
```
U+26A0 U+FE0F **Note**: the confidence intervals returned by `DiSCo` are incorrect
in version 0.0.1, though the bootstrap matrix is fine. Please use the confidence intervals
returned by `DiSCoTEA` for the moment. A new stable version will be released soon.
You can install latest development version from GitHub with:
```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("Davidvandijcke/DiSCos")
```
If you find any bugs or have any questions, please email dvdijcke@umich.edu.
Owner
- Name: David Van Dijcke
- Login: Davidvandijcke
- Kind: user
- Location: Ann Arbor
- Company: University of Michigan
- Website: davidvandijcke.com
- Twitter: packlesshepherd
- Repositories: 4
- Profile: https://github.com/Davidvandijcke
PhD student in Economics at the University of Michigan. Academic Visitor at the Bank of England.
GitHub Events
Total
- Issues event: 1
- Watch event: 1
- Delete event: 1
- Issue comment event: 1
- Push event: 10
- Pull request event: 4
- Fork event: 1
- Create event: 2
Last Year
- Issues event: 1
- Watch event: 1
- Delete event: 1
- Issue comment event: 1
- Push event: 10
- Pull request event: 4
- Fork event: 1
- Create event: 2
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 1
- Total pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: less than a minute
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: less than a minute
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- Davidvandijcke (1)
- MichaelChirico (1)
Pull Request Authors
- Davidvandijcke (5)
- olivroy (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 276 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 3
- Total maintainers: 1
cran.r-project.org: DiSCos
Distributional Synthetic Controls Estimation
- Homepage: http://www.davidvandijcke.com/DiSCos/
- Documentation: http://cran.r-project.org/web/packages/DiSCos/DiSCos.pdf
- License: MIT + file LICENSE
-
Latest release: 0.1.1
published almost 2 years ago
Rankings
Dependent packages count: 28.1%
Dependent repos count: 36.1%
Average: 49.7%
Downloads: 85.0%
Maintainers (1)
Last synced:
10 months ago
Dependencies
DESCRIPTION
cran
- data.table * depends
- CVXR * imports
- Rdpack * imports
- data.table * imports
- pracma * imports
- quadprog * imports
- haven * suggests
- latex2exp * suggests
- utils * suggests
.github/workflows/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action v4.4.1 composite
- actions/checkout v3 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite