-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
46 lines (46 loc) · 1.59 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
Package: OneSampleMR
Title: One Sample Mendelian Randomization and Instrumental Variable
Analyses
Version: 0.1.5.9000
Authors@R: c(
person("Tom", "Palmer", , "remlapmot@hotmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4655-4511")),
person("Wes", "Spiller", , "wes.spiller@bristol.ac.uk", role = "aut",
comment = c(ORCID = "0000-0002-8169-5531")),
person("Eleanor", "Sanderson", , "eleanor.sanderson@bristol.ac.uk", role = "aut",
comment = c(ORCID = "0000-0001-5188-5775"))
)
Description: Useful functions for one-sample (individual level data)
Mendelian randomization and instrumental variable analyses. The
package includes implementations of; the Sanderson and Windmeijer
(2016) <doi:10.1016/j.jeconom.2015.06.004> conditional F-statistic,
the multiplicative structural mean model Hernán and Robins (2006)
<doi:10.1097/01.ede.0000222409.00878.37>, and two-stage predictor
substitution and two-stage residual inclusion estimators explained by
Terza et al. (2008) <doi:10.1016/j.jhealeco.2007.09.009>.
License: GPL (>= 3)
URL: https://github.com/remlapmot/OneSampleMR,
https://remlapmot.github.io/OneSampleMR/,
https://mrcieu.r-universe.dev/OneSampleMR
BugReports: https://github.com/remlapmot/OneSampleMR/issues/
Depends:
R (>= 4.3)
Imports:
Formula,
gmm,
ivreg,
lmtest,
msm,
rlang (>= 1.0.0)
Suggests:
haven,
knitr,
lfe,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2