Package: TSCI
Title: Tools for Causal Inference with Possibly Invalid Instrumental
        Variables
Version: 2.0.0
Authors@R: 
    c(
    person(given="David",
            family = "Carl",
            role = c("aut", "cre"),
            email = "david.carl@phd.unibocconi.it",
            comment = c(ORCID = "0000-0003-0615-0133")),
    person(given = "Corinne",
            family = "Emmenegger",
            role = c("aut"),
            email = "emmenegger@stat.math.ethz.ch", 
            comment = c(ORCID = "0000-0003-0353-8888")),
    person(given = "Wei",
            family = "Yuan",
            role = c("aut"),
            email = "wy204@stat.rutgers.edu"),
    person(given = "Mengchu",
            family = "Zheng",
            role = c("aut"),
            email = "mengchuzheng@link.cuhk.edu.cn"),
    person(given = "Zijian",
            family = "Guo",
            role = c("aut"),
            email = "zijguo@stat.rutgers.edu",
            comment = c(ORCID = "0000-0002-2888-7016")))
Description: Two stage curvature identification with machine learning for causal 
    inference in settings when instrumental variable regression is not suitable
    because of potentially invalid instrumental variables. Based on Guo and 
    Buehlmann (2022) "Two Stage Curvature Identification with Machine Learning: 
    Causal Inference with Possibly Invalid Instrumental Variables"
    <arXiv:2203.12808> and Carl, Emmenegger, Bühlmann and Guo (2023) 
    "TSCI: two stage curvature identification for causal inference with 
    invalid instruments" <arXiv:2304.00513>.
URL: https://github.com/dlcarl/TSCI
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.2.3
Depends: R (>= 4.0.0)
Suggests: fda, MASS, testthat (>= 3.0.0), withr
Config/testthat/edition: 3
Imports: xgboost, Rfast, stats, ranger, parallel, fastDummies
NeedsCompilation: no
Packaged: 2023-04-04 08:27:22 UTC; david
Author: David Carl [aut, cre] (<https://orcid.org/0000-0003-0615-0133>),
  Corinne Emmenegger [aut] (<https://orcid.org/0000-0003-0353-8888>),
  Wei Yuan [aut],
  Mengchu Zheng [aut],
  Zijian Guo [aut] (<https://orcid.org/0000-0002-2888-7016>)
Maintainer: David Carl <david.carl@phd.unibocconi.it>
Repository: CRAN
Date/Publication: 2023-04-04 10:50:02 UTC
Built: R 4.1.2; ; 2023-04-05 11:54:44 UTC; unix
