Package: fect
Type: Package
Title: Fixed Effects Counterfactuals
Version: 1.0.0
Date: 2022-10-07
Authors@R: 
  c(person("Licheng", "Liu", ,"liulch@mit.edu", role = c("aut")), 
  person("Ziyi", "Liu", ,"zyliu2020@uchicago.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 <zyliu2020@uchicago.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 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: 2022-10-13 19:40:30 UTC; ziyil
Author: Licheng Liu [aut],
  Ziyi Liu [aut, cre],
  Ye Wang [aut],
  Yiqing Xu [aut] (<https://orcid.org/0000-0003-2041-6671>)
Repository: CRAN
Date/Publication: 2022-10-14 09:52:32 UTC
Built: R 4.1.2; x86_64-apple-darwin17.0; 2022-10-15 11:16:40 UTC; unix
Archs: fect.so.dSYM
