Package: CausalModels
Type: Package
Title: Causal Inference Modeling for Estimation of Causal Effects
Version: 0.2.0
Authors@R: 
   c(person(given = "Joshua",
             family = "Anderson",
             role = c("aut", "cre", "cph"),
             email = "jwanderson198@gmail.com"),
     person(given = "Cyril",
             family = "Rakovski",
             role = "rev",
             email = "rakovski@chapman.edu"),
     person(given = "Yesha",
             family = "Patel",
             role = "rev"),
     person(given = "Erin",
             family = "Lee",
             role = "rev"))
Maintainer: Joshua Anderson <jwanderson198@gmail.com>
Description: 
  Provides an array of statistical models common in causal inference such as 
  standardization, IP weighting, propensity matching, outcome regression, and doubly-robust 
  estimators. Estimates of the average treatment effects from each model are given with the 
  standard error and a 95% Wald confidence interval (Hernan, Robins (2020) <https://www.hsph.harvard.edu/miguel-hernan/causal-inference-book/>).
License: GPL-3
URL: https://github.com/ander428/CausalModels
BugReports: https://github.com/ander428/CausalModels/issues
Encoding: UTF-8
RoxygenNote: 7.1.2
Language: en-US
Imports: stats, causaldata, boot, multcomp, geepack
NeedsCompilation: no
Packaged: 2022-11-23 21:09:17 UTC; joshu
Author: Joshua Anderson [aut, cre, cph],
  Cyril Rakovski [rev],
  Yesha Patel [rev],
  Erin Lee [rev]
Repository: CRAN
Date/Publication: 2022-11-23 21:30:02 UTC
Built: R 4.1.2; ; 2022-11-24 12:02:17 UTC; unix
