-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
executable file
·44 lines (44 loc) · 1.81 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
Package: metagam
Type: Package
Title: Meta-Analysis of Generalized Additive Models
Version: 0.4.0.9000
Authors@R: c(person("Oystein", "Sorensen",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0724-3542")),
person("Andreas M.", "Brandmaier",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0001-8765-6982")),
person("Athanasia Mo", "Mowinckel",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0002-5756-0223")))
Description: Meta-analysis of generalized additive
models and generalized additive mixed models. A typical use case is
when data cannot be shared across locations, and an overall meta-analytic
fit is sought. 'metagam' provides functionality for removing individual
participant data from models computed using the 'mgcv' and 'gamm4' packages such
that the model objects can be shared without exposing individual data.
Furthermore, methods for meta-analysing these fits are provided. The implemented
methods are described in Sorensen et al. (2020), <doi:10.1016/j.neuroimage.2020.117416>,
extending previous works by Schwartz and Zanobetti (2000)
and Crippa et al. (2018) <doi:10.6000/1929-6029.2018.07.02.1>.
License: GPL-3
Encoding: UTF-8
Imports:
mgcv,
ggplot2,
metafor,
rlang
RoxygenNote: 7.3.2
Suggests:
roxygen2,
knitr,
rmarkdown,
devtools,
covr,
testthat (>= 2.1.0)
URL: https://lifebrain.github.io/metagam/, https://github.com/Lifebrain/metagam
BugReports: https://github.com/Lifebrain/metagam/issues
VignetteBuilder: knitr