-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.28 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
Package: TimeResolvedMR
Type: Package
Title: Time-Resolved Mendelian Randomization Analysis
Version: 0.9.5
Description: Performs Mendelian Randomization analyses accounting for
time-dependent effects of the exposure on the outcome.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
methods,
pracma,
rlang,
stats,
stringr,
survival,
timereg,
utils,
zoo
Depends:
R (>= 4.1.0)
Authors@R: c(
person("Torgny", "Karlsson", , "[email protected]", role = "aut"),
person("Fatemeh", "Hadizadeh", , "[email protected]", role = "aut"),
person("Mathias", "Rask-Andersen", , "[email protected]", role = "aut"),
person("Daniel", "Schmitz", , "[email protected]", role = "cre"),
person("Åsa", "Johansson", , "[email protected]", role = "aut")
)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Collate:
'utils.R'
'TimeDependentModel-class.R'
'AalenTimeDependentModel.R'
'GlmTimeDependentModel.R'
'LoessTimeDependentModel.R'
'TimeResolvedMR-package.R'
'analyze_all_in_one.R'
'integrate_estimates.R'
'perform_MR.R'
'time_dependent_aalen.R'
'time_dependent_glm.R'
'time_dependent_loess.R'
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr