forked from daniel1noble/orchaRd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
49 lines (49 loc) · 1.17 KB
/
DESCRIPTION
File metadata and controls
49 lines (49 loc) · 1.17 KB
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
Package: orchaRd
Title: Orchard Plots and Prediction Intervals for Meta-analysis and Meta-regression
Version: 2.2.0
Authors@R:
person(given = "Shinichi",
family = "Nakagawa",
role = c("aut", "cre"),
email = "[email protected]"); person(given = "Daniel",
family = "Noble",
role = c("aut", "cre"),
email = "[email protected]")
Description: This package takes meta-analytic and meta-regression models from metafor, generates prediction intervals and produced new orchard plots that depict effect sizes, means , confidence and prediction intervals.
Depends: R (>= 4.2)
URL: https://daniel1noble.github.io/orchaRd/
BugReports: https://github.com/daniel1noble/orchaRd/issues
License: GPL (>=2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
Imports:
tidyverse,
stats,
Matrix,
graphics,
utils,
purrr,
metafor,
metadat,
tibble,
stringr,
ggplot2,
ggbeeswarm,
emmeans,
magrittr,
dplyr,
progress,
latex2exp,
ape,
moments,
PearsonDS,
MASS,
rWishart,
tester
Suggests: R.rsp,
testthat,
knitr,
rmarkdown,
glmmTMB,
lme4