forked from xuyiqing/gsynth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
20 lines (20 loc) · 1.3 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: gsynth
Type: Package
Title: Generalized Synthetic Control Method
Version: 1.2.1
Date: 2021-08-06
Authors@R:
c(person("Yiqing", "Xu", ,"[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2041-6671")),
person("Licheng", "Liu", ,"[email protected]", role = c("aut")))
Maintainer: Yiqing Xu <[email protected]>
Description: Conducts causal inference with interactive fixed-effect models. It imputes counterfactuals for each treated unit using control group information based on a linear interactive fixed effects model that incorporates unit-specific intercepts interacted with time-varying coefficients. This method generalizes the synthetic control method to the case of multiple treated units and variable treatment periods, and improves efficiency and interpretability. This version supports unbalanced panels and implements the matrix completion method.
URL: https://yiqingxu.org/packages/gsynth/
NeedsCompilation: yes
License: MIT + file LICENSE
Imports: Rcpp (>= 0.12.3), ggplot2 (>= 2.1.0), GGally (>= 1.0.1), future (>= 1.21.0), doRNG (>= 1.8.2),
doParallel (>= 1.0.10), foreach (>= 1.4.3), abind (>= 1.4-0), mvtnorm (>= 1.0-6), MASS (>= 7.3.47), lfe (>= 1.0-0)
SystemRequirements: A C++11 compiler.
Depends: R (>= 2.10)
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 6.0.1