-
Notifications
You must be signed in to change notification settings - Fork 20
/
DESCRIPTION
29 lines (29 loc) · 1.56 KB
/
DESCRIPTION
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
Package: fect
Type: Package
Title: Fixed Effects Counterfactuals
Version: 1.0.11
Date: 2024-08-21
Authors@R:
c(person("Licheng", "Liu", ,"[email protected]", role = c("aut")),
person("Ziyi", "Liu", ,"[email protected]", role = c("aut", "cre")),
person("Ye", "Wang", , "[email protected]", role = c("aut")),
person("Yiqing", "Xu", ,"[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0003-2041-6671")))
Maintainer: Ziyi Liu <[email protected]>
Description: Estimates causal effects with panel data using the counterfactual methods. It is suitable for panel or time-series cross-sectional analysis with binary treatments under (hypothetically) baseline randomization.It allows a treatment to switch on and off and limited carryover effects. It supports linear factor models, a generalization of gsynth and the matrix completion method. Implementation details can be found in Liu, Wang and Xu (2022) <arXiv:2107.00856>.
URL: https://yiqingxu.org/packages/fect/articles/tutorial.html
NeedsCompilation: yes
License: MIT + file LICENSE
Imports: Rcpp (>= 0.12.3), ggplot2 (>= 2.1.0), GGally (>= 1.0.1),
doParallel (>= 1.0.10), foreach (>= 1.4.3), abind (>= 1.4-0),
MASS, gridExtra, grid, fixest, doRNG, future, panelView,
mvtnorm
SystemRequirements: A C++11 compiler.
Depends: R (>= 3.5.0)
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.1.0
Packaged: 2024-01-26 03:25:56 UTC; ziyil
Author: Licheng Liu [aut],
Ziyi Liu [aut, cre],
Ye Wang [aut],
Yiqing Xu [aut] (<https://orcid.org/0000-0003-2041-6671>)