Package: CopSens
Type: Package
Title: Copula-Based Sensitivity Analysis for Observational Causal
        Inference
Version: 0.1.0
Authors@R: c(
    person("Jiajing", "Zheng", email = "carolinez6850@gmail.com", role = c("aut", "cre")),
    person("Alexander", "Franks", email = "afranks@pstat.ucsb.edu", role = "aut"),
    person("Alex", "D'Amour", email = "damour@google.com", role = "ctb")
    )
Description: Implements the copula-based sensitivity analysis method, 
  as discussed in Copula-based Sensitivity Analysis for Multi-Treatment Causal Inference with Unobserved Confounding
  <arXiv:2102.09412>, with Gaussian copula adopted in particular.
URL: https://github.com/JiajingZ/CopSens
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
biocViews:
Depends: R (>= 3.6.0)
Imports: pcaMethods (>= 1.78.0), CVXR (>= 1.0), MASS (>= 7.3-53),
        ggplot2 (>= 3.3.3), stats (>= 4.0.3), dplyr (>= 1.0.3), tidyr
        (>= 1.1.2), tidyverse (>= 1.3.0)
NeedsCompilation: no
Packaged: 2022-05-11 06:23:54 UTC; jiajing
Author: Jiajing Zheng [aut, cre],
  Alexander Franks [aut],
  Alex D'Amour [ctb]
Maintainer: Jiajing Zheng <carolinez6850@gmail.com>
Repository: CRAN
Date/Publication: 2022-05-12 08:30:02 UTC
Built: R 4.3.0; ; 2023-07-10 04:52:13 UTC; unix
