-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
33 lines (31 loc) · 1.07 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: ivDiag
Title: Estimation and Diagnostic Tools for Instrumental Variables Designs
Version: 1.0.6
Date: 2023-09-16
Authors@R: c(
person("Apoorva", "Lal", , "lal.apoorva@gmail.com", c("aut"), comment = c(ORCID = "0000-0002-3697-614X")),
person("Yiqing", "Xu", , "yiqingxu@stanford.edu", c("aut", "cre"), comment = c(ORCID = "0000-0003-2041-6671"))
)
Maintainer: Yiqing Xu <yiqingxu@stanford.edu>
Description: Estimation and diagnostic tools for instrumental variables designs, which implements the guidelines proposed in Lal et al. (2023) <arXiv:2303.11399>, including bootstrapped confidence intervals, effective F-statistic, Anderson-Rubin test, valid-t ratio test, and local-to-zero tests.
URL: https://yiqingxu.org/packages/ivDiag/
BugReports: /~https://github.com/apoorvalal/ivDiag/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends: R (>= 3.5.0)
Imports:
foreach,
future,
doParallel,
lfe,
fixest,
ggplot2,
ggfortify,
wCorr,
haven,
glue,
patchwork,
testthat