-
Notifications
You must be signed in to change notification settings - Fork 22
/
DESCRIPTION
57 lines (57 loc) · 1.98 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
48
49
50
51
52
53
54
55
56
57
Package: robvis
Title: Visualize the Results of Risk-of-Bias (ROB) Assessments
Version: 0.3.0.900
Authors@R: c(
person("Luke", "McGuinness",
role = c("aut", "cre"),
email = "[email protected]"),
person("Emily", "Kothe", role = "ctb"),
person("Alex", "Fowler", rol = "ctb"),
person("Randall", "Boyes", rol = "ctb"),
person("Wolfgang","Viechtbauer",rol="ctb"))
Description: Helps users in quickly visualizing risk-of-bias
assessments performed as part of a systematic review. It allows users to
create weighted bar-plots of the distribution of risk-of-bias judgments
within each bias domain, in addition to traffic-light plots of the
specific domain-level judgments for each study. The resulting figures are
of publication quality and are formatted according the risk-of-bias
assessment tool use to perform the assessments. Currently, the supported
tools are ROB2.0 (for randomized controlled trials; Sterne et al (2019)
<doi:10.1136/bmj.l4898>), ROBINS-I (for non-randomised studies of
interventions; Sterne (2016) <doi:10.1136/bmj.i4919>), and Quality &
Applicability of Diagnostic Accuracy Studies V2 (Whiting et al (2011)
<doi:10.7326/0003-4819-155-8-201110180-00009>), and QUIPS (Hayden et al
(2013) <doi:10.7326/0003-4819-158-4-201302190-00009>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Depends:
R (>= 3.6)
Imports:
ggplot2 (>= 3.3.0),
tidyr (>= 1.0.0),
scales (>= 1.1.0),
metafor (>= 2.4),
dplyr (>= 1.0.2),
stringr (>= 1.4.0),
grDevices,
magrittr,
purrr
Suggests:
metadat,
knitr (>= 1.28),
rmarkdown (>= 2.3),
covr (>= 3.5.1),
testthat (>= 2.3.0),
triangulate (>= 0.0.1),
spelling (>= 2.2)
VignetteBuilder:
knitr,
rmarkdown
Config/testthat/edition: 3
BugReports: https://github.com/mcguinlu/robvis
URL: https://github.com/mcguinlu/robvis
Language: en-US
Remotes:
mcguinlu/triangulate