-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
75 lines (75 loc) · 2.94 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Type: Package
Package: konfound
Title: Quantify the Robustness of Causal Inferences
Version: 1.0.3
Authors@R: c(
person(c("Joshua", "M"), "Rosenberg", , "[email protected]", role = c("aut", "cre")),
person("Ran", "Xu", , "[email protected]", role = "ctb"),
person("Qinyun", "Lin", , "[email protected]", role = "ctb"),
person("Spiro", "Maroulis", , "[email protected]", role = "ctb"),
person("Sarah", "Narvaiz", , "[email protected]", role = "ctb"),
person(c("Kenneth", "A"), "Frank", , "[email protected]", role = "ctb"),
person("Wei", "Wang", , "[email protected]", role = "ctb"),
person("Yunhe", "Cui", , "[email protected]", role = "ctb"),
person("Gaofei", "Zhang", , "[email protected]", role = "ctb"),
person("Xuesen", "Cheng", , "[email protected]", role = "ctb"),
person("JiHoon", "Choi", , "[email protected]", role = "ctb"),
person("Guan", "Saw", , "[email protected]", role = "ctb")
)
Description: Statistical methods that quantify the conditions necessary to
alter inferences, also known as sensitivity analysis, are becoming
increasingly important to a variety of quantitative sciences. A series
of recent works, including Frank (2000)
<doi:10.1177/0049124100029002001> and Frank et al. (2013)
<doi:10.3102/0162373713493129> extend previous sensitivity analyses by
considering the characteristics of omitted variables or unobserved
cases that would change an inference if such variables or cases were
observed. These analyses generate statements such as "an omitted
variable would have to be correlated at xx with the predictor of
interest (e.g., the treatment) and outcome to invalidate an inference of a
treatment effect". Or "one would have to replace pp percent of the
observed data with nor which the treatment had no effect to invalidate the
inference".
We implement these recent developments of sensitivity analysis and
provide modules to calculate these two robustness indices and generate
such statements in R. In particular, the functions konfound(),
pkonfound() and mkonfound() allow users to calculate the robustness of
inferences for a user's own model, a single published study and
multiple studies respectively.
License: MIT + file LICENSE
URL: https://github.com/konfound-project/konfound, https://konfound-it.org/konfound/
BugReports: https://github.com/konfound-project/konfound/issues
Depends:
R (>= 2.10)
Imports:
broom,
broom.mixed,
crayon,
dplyr,
ggplot2,
lavaan,
purrr,
rlang,
tidyr,
lme4 (>= 1.1-35.1),
tibble,
ggrepel,
pbkrtest,
ppcor
Suggests:
covr,
devtools,
forcats,
knitr,
rmarkdown,
mice,
roxygen2,
testthat,
Matrix (>= 1.6-2)
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(roclets = c("collate", "rd", "namespace",
"doctest::dt_roclet"), packages = "doctest")