-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.58 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 Counterfactual Estimators
Version: 2.0.0
Date: 2025-01-17
Authors@R:
c(person("Licheng", "Liu", ,"lichengl@stanford.edu", role = c("aut")),
person("Ziyi", "Liu", ,"zyliu2023@berkeley.edu", role = c("aut", "cre")),
person("Ye", "Wang", , "yezhehuzhi@gmail.com", role = c("aut")),
person("Yiqing", "Xu", ,"yiqingxu@stanford.edu", role = c("aut"),
comment = c(ORCID = "0000-0003-2041-6671")))
Maintainer: Ziyi Liu <zyliu2023@berkeley.edu>
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 various imputation estimators, including Gsynth (Xu 2017), linear factor models, and the matrix completion method. Implementation details can be found in Liu, Wang and Xu (2024) <arXiv:2107.00856>.
URL: https://yiqingxu.org/packages/fect/
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>)