-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.04 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
30
31
Package: ciccr
Type: Package
Title: Causal Inference in Case-Control and Case-Population Studies
Version: 0.3.0
Authors@R: c(
person("Sung Jae", "Jun", email = "suj14@psu.edu", role = "aut"),
person("Sokbae", "Lee", email = "sl3841@columbia.edu", role = c("aut", "cre")))
Description: Estimation and inference methods for causal relative and attributable risk in case-control and case-population studies
under the monotone treatment response and monotone treatment selection assumptions.
For more details, see the paper by Jun and Lee (2023),
"Causal Inference under Outcome-Based Sampling with Monotonicity Assumptions," <arXiv:2004.08318 [econ.EM]>,
accepted for publication in Journal of Business & Economic Statistics.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
stats,
glmnet
Suggests:
knitr,
rmarkdown,
testthat,
MASS,
splines,
Matrix
VignetteBuilder: knitr
Depends:
R (>= 2.10)
URL: https://github.com/sokbae/ciccr/
BugReports: https://github.com/sokbae/ciccr/issues