-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.15 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: RobustIV
Type: Package
Title: Robust Instrumental Variable Methods in Linear Models
Version: 0.2.4
Authors@R:
c(person(given = "Taehyeon",
family = "Koo",
role = "aut"),
person(given = "Zhenyu",
family = "Wang",
role = "aut"),
person(given = "Hyunseung",
family = "Kang",
role = "ctb"),
person(given = "Dylan",
family = "Small",
role = "ctb"),
person(given = "Zijian",
family = "Guo",
role = c("aut","cre","cph"),
email = "[email protected]"))
Description: Inference for the treatment effect with possibly invalid instrumental variables via TSHT('Guo et al.' (2016) <arXiv:1603.05224>) and SearchingSampling('Guo' (2021) <arXiv:2104.06911>), which are effective for both low- and high-dimensional covariates and instrumental variables; test of endogeneity in high dimensions ('Guo et al.' (2016) <arXiv:1609.06713>).
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
URL: https://github.com/zijguo/RobustIV
Imports: glmnet, MASS, Matrix, igraph, intervals, CVXR
NeedsCompilation: no
Depends:
R (>= 2.10)