forked from guido-s/meta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.33 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
Package: meta
Title: General Package for Meta-Analysis
Version: 5.1-0
Date: 2021-11-16
Depends: R (>= 4.0.0)
Imports: metafor (>= 3.0-0), grid, lme4, CompQuadForm, xml2
Suggests: BiasedUrn
Authors@R: person("Guido", "Schwarzer",
role = c("cre", "aut"),
email = "sc@imbi.uni-freiburg.de",
comment = c(ORCID = "0000-0001-6214-9087"))
Author: Guido Schwarzer [cre, aut] (<https://orcid.org/0000-0001-6214-9087>)
Maintainer: Guido Schwarzer <sc@imbi.uni-freiburg.de>
URL: https://github.com/guido-s/meta/ https://www.springer.com/gp/book/9783319214153
Description: User-friendly general package providing standard methods for meta-analysis and supporting Schwarzer, Carpenter, and Rücker <DOI:10.1007/978-3-319-21416-0>, "Meta-Analysis with R" (2015):
- fixed effect and random effects meta-analysis;
- several plots (forest, funnel, Galbraith / radial, L'Abbe, Baujat, bubble);
- statistical tests and trim-and-fill method to evaluate bias in meta-analysis;
- import data from 'RevMan 5';
- prediction interval, Hartung-Knapp method for random effects model;
- cumulative meta-analysis and leave-one-out meta-analysis;
- meta-regression;
- generalised linear mixed models;
- produce forest plot summarising several (subgroup) meta-analyses.
License: GPL (>= 2)
Encoding: UTF-8
RoxygenNote: 7.1.2