forked from xuyiqing/gsynth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
17 lines (17 loc) · 1.15 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Package: gsynth
Type: Package
Title: Generalized Synthetic Control Method
Version: 1.2.1
Date: 2021-08-06
Author: Yiqing Xu, Licheng Liu
Maintainer: Yiqing Xu <[email protected]>
Description: Provides 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/gsynth_examples.html
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