|
1 |
| -#' Example QUADAS-2 assessment |
| 1 | +#' Example QUADAS-2 assessment dataset |
2 | 2 | #'
|
3 |
| -#' @format A data frame: |
| 3 | +#' @description A data frame containing 12 example assessments performed using |
| 4 | +#' the risk-of-bias portion of the QUADAS-2 tool for the assessment of |
| 5 | +#' diagnostic accuracy studies. |
| 6 | +#' |
| 7 | +#' @format A data frame with the following 6 columns: |
4 | 8 | #' \describe{
|
5 |
| -#' \item{Study}{Study details} |
6 |
| -#' \item{D1}{Domain 1} |
7 |
| -#' \item{D2}{Domain 2} |
8 |
| -#' \item{D3}{Domain 3} |
9 |
| -#' \item{D4}{Domain 4} |
| 9 | +#' \item{Study}{Study identifier} |
| 10 | +#' \item{D1}{Domain 1 - Patient Selection} |
| 11 | +#' \item{D2}{Domain 2 - Index Test} |
| 12 | +#' \item{D3}{Domain 3 - Reference Standard} |
| 13 | +#' \item{D4}{Domain 4 - Flow & Timing} |
10 | 14 | #' \item{Overall}{Overall risk of bias}
|
11 | 15 | #' }
|
12 | 16 | #' @source {Created for this package}
|
13 | 17 | #' @keywords internal
|
14 | 18 | "data_quadas"
|
15 | 19 |
|
16 |
| -#' Example QUIPS assessment |
| 20 | +#' Example QUIPS assessment dataset |
| 21 | +#' |
| 22 | +#' @description A data frame containing 12 example assessments performed using |
| 23 | +#' the QUIPS (Quality In Prognosis Studies) tool. |
17 | 24 | #'
|
18 |
| -#' @format A data frame: |
| 25 | +#' @format A data frame with the following 8 columns: |
19 | 26 | #' \describe{
|
20 |
| -#' \item{Study}{Study details} |
21 |
| -#' \item{D1}{Domain 1} |
22 |
| -#' \item{D2}{Domain 2} |
23 |
| -#' \item{D3}{Domain 3} |
24 |
| -#' \item{D4}{Domain 4} |
25 |
| -#' \item{D5}{Domain 5} |
26 |
| -#' \item{D6}{Domain 6} |
| 27 | +#' \item{Study}{Study identifier} |
| 28 | +#' \item{D1}{Domain 1 - Bias due to participation} |
| 29 | +#' \item{D2}{Domain 2 - Bias due to attrition} |
| 30 | +#' \item{D3}{Domain 3 - Bias due to prognostic factor measurement} |
| 31 | +#' \item{D4}{Domain 4 - Bias due to outcome measurement} |
| 32 | +#' \item{D5}{Domain 5 - Bias due to confounding} |
| 33 | +#' \item{D6}{Domain 6 - Bias in statistical analysis and reporting} |
27 | 34 | #' \item{Overall}{Overall risk of bias}
|
28 | 35 | #' }
|
29 | 36 | #' @source {Created for this package}
|
30 | 37 | #' @keywords internal
|
31 | 38 | "data_quips"
|
32 | 39 |
|
33 |
| -#' Example ROB1 assessment |
| 40 | +#' Example ROB1 assessment dataset |
| 41 | +#' |
| 42 | +#' @description A data frame containing 9 example assessments performed using |
| 43 | +#' the RoB1 assessment tool. Note that this dataset is distinct from other |
| 44 | +#' example datasets included in this package, in that the column names are the |
| 45 | +#' full domain names, rather than domain shortcodes (e.g. D1, D2, etc.). This |
| 46 | +#' is because the "Generic" (formerly "RoB1") template offered by |
| 47 | +#' \code{robvis} allows users to create custom risk-of-bias plots, and uses |
| 48 | +#' the column names of the provided dataset to define the domain names for |
| 49 | +#' these custom plots. |
34 | 50 | #'
|
35 |
| -#' @format A data frame: |
| 51 | +#' @format A data frame with the following 9 columns: |
36 | 52 | #' \describe{
|
37 |
| -#' \item{Study}{Study details} |
38 |
| -#' \item{Random.sequence.generation.}{Domain 1} |
39 |
| -#' \item{Allocation.concealment.}{Domain 2} |
40 |
| -#' \item{Blinding.of.participants.and.personnel.}{Domain 3} |
| 53 | +#' \item{Study}{Study identifier} |
| 54 | +#' \item{Random.sequence.generation}{Domain 1} |
| 55 | +#' \item{Allocation.concealment}{Domain 2} |
| 56 | +#' \item{Blinding.of.participants.and.personnel}{Domain 3} |
41 | 57 | #' \item{Blinding.of.outcome.assessment}{Domain 4}
|
42 | 58 | #' \item{Incomplete.outcome.data}{Domain 5}
|
43 |
| -#' \item{Selective.reporting.}{Domain 6} |
44 |
| -#' \item{Other.sources.of.bias.}{Domain 7} |
| 59 | +#' \item{Selective.reporting}{Domain 6} |
| 60 | +#' \item{Other.sources.of.bias}{Domain 7} |
45 | 61 | #' \item{Overall}{Overall risk of bias}
|
46 | 62 | #' }
|
47 | 63 | #' @source {Created for this package}
|
48 | 64 | #' @keywords internal
|
49 | 65 |
|
50 | 66 | "data_rob1"
|
51 | 67 |
|
52 |
| -#' Example ROB2.0 assessment |
| 68 | +#' Example ROB2.0 assessment dataset |
53 | 69 | #'
|
54 |
| -#' @format A data frame: |
| 70 | +#' @description A data frame containing 9 example assessments performed using |
| 71 | +#' the RoB 2.0 tool for randomised controlled trials. |
| 72 | +#' |
| 73 | +#' @format A data frame with the following 7 columns: |
55 | 74 | #' \describe{
|
56 |
| -#' \item{Study}{Study details} |
57 |
| -#' \item{D1}{Domain 1} |
58 |
| -#' \item{D2}{Domain 2} |
59 |
| -#' \item{D3}{Domain 3} |
60 |
| -#' \item{D4}{Domain 4} |
61 |
| -#' \item{D5}{Domain 5} |
| 75 | +#' \item{Study}{Study identifier} |
| 76 | +#' \item{D1}{Domain 1 - Bias arising from the randomization process} |
| 77 | +#' \item{D2}{Domain 2 - Bias due to deviations from intended intervention} |
| 78 | +#' \item{D3}{Domain 3 - Bias due to missing outcome data} |
| 79 | +#' \item{D4}{Domain 4 - Bias in measurement of the outcome} |
| 80 | +#' \item{D5}{Domain 5 - Bias in selection of the reported result} |
62 | 81 | #' \item{Overall}{Overall risk of bias}
|
63 | 82 | #' }
|
64 | 83 | #' @source {Created for this package}
|
65 | 84 | #' @keywords internal
|
66 | 85 | "data_rob2"
|
67 | 86 |
|
68 |
| -#' Example ROB2.0 assessment |
| 87 | +#' Example ROB2.0 (cluster variant) assessment dataset |
| 88 | +#' |
| 89 | +#' @description A data frame containing 9 example assessments performed using |
| 90 | +#' the cluster-randomised version of the RoB 2.0 tool. |
| 91 | +#' |
| 92 | +#' @format A data frame with the following 7 columns: |
69 | 93 | #'
|
70 |
| -#' @format A data frame: |
71 | 94 | #' \describe{
|
72 |
| -#' \item{Study}{Study details} |
73 |
| -#' \item{D1}{Domain 1} |
74 |
| -#' \item{D1b}{Domain 1b} |
75 |
| -#' \item{D2}{Domain 2} |
76 |
| -#' \item{D3}{Domain 3} |
77 |
| -#' \item{D4}{Domain 4} |
78 |
| -#' \item{D5}{Domain 5} |
| 95 | +#' \item{Study}{Study identifier} |
| 96 | +#' \item{D1}{Domain 1 - Bias arising from the randomization process} |
| 97 | +#' \item{D1b}{Domain 1b - Bias arising from the timing of identification and recruitment of Individual participants in relation to timing of randomization} |
| 98 | +#' \item{D2}{Domain 2 - Bias due to deviations from intended intervention} |
| 99 | +#' \item{D3}{Domain 3 - Bias due to missing outcome data} |
| 100 | +#' \item{D4}{Domain 4 - Bias in measurement of the outcome} |
| 101 | +#' \item{D5}{Domain 5 - Bias in selection of the reported result} |
79 | 102 | #' \item{Overall}{Overall risk of bias}
|
80 | 103 | #' }
|
81 | 104 | #' @source {Created for this package}
|
82 | 105 | #' @keywords internal
|
83 | 106 |
|
84 | 107 | "data_rob2_cluster"
|
85 | 108 |
|
86 |
| -#' Example ROBINS-I assessment |
| 109 | +#' Example ROBINS-I assessment dataset |
| 110 | +#' |
| 111 | +#' @description A data frame containing 10 example assessments performed using |
| 112 | +#' the ROBINS-I (Risk Of Bias In Non-randomised Studies - of Interventions) tool. |
| 113 | +#' |
| 114 | +#' @format A data frame with the following 9 columns: |
87 | 115 | #'
|
88 |
| -#' @format A data frame: |
89 | 116 | #' \describe{
|
90 |
| -#' \item{Study}{Study details} |
91 |
| -#' \item{D1}{Domain 1} |
92 |
| -#' \item{D2}{Domain 2} |
93 |
| -#' \item{D3}{Domain 3} |
94 |
| -#' \item{D4}{Domain 4} |
95 |
| -#' \item{D5}{Domain 5} |
96 |
| -#' \item{D6}{Domain 6} |
97 |
| -#' \item{D7}{Domain 7} |
| 117 | +#' \item{Study}{Study identifier} |
| 118 | +#' \item{D1}{Domain 1 - Bias due to confounding} |
| 119 | +#' \item{D2}{Domain 2 - Bias due to selection of participants} |
| 120 | +#' \item{D3}{Domain 3 - Bias in classification of interventions} |
| 121 | +#' \item{D4}{Domain 4 - Bias due to deviations from intended interventions} |
| 122 | +#' \item{D5}{Domain 5 - Bias due to missing data} |
| 123 | +#' \item{D6}{Domain 6 - Bias in measurement of outcomes} |
| 124 | +#' \item{D7}{Domain 7 - Bias in selection of the reported result} |
98 | 125 | #' \item{Overall}{Overall risk of bias}
|
99 | 126 | #' }
|
100 | 127 | #' @source {Created for this package}
|
|
104 | 131 |
|
105 | 132 | #' Example ROBINS-E assessment
|
106 | 133 | #'
|
107 |
| -#' @format A data frame: |
| 134 | +#' @description A data frame containing 10 example assessments performed using |
| 135 | +#' the ROBINS-E (Risk Of Bias In Non-randomised Studies - of Exposures) tool. |
| 136 | +#' |
| 137 | +#' @format A data frame with the following 9 columns: |
| 138 | +#' |
108 | 139 | #' \describe{
|
109 |
| -#' \item{Study}{Study details} |
110 |
| -#' \item{D1}{Domain 1} |
111 |
| -#' \item{D2}{Domain 2} |
112 |
| -#' \item{D3}{Domain 3} |
113 |
| -#' \item{D4}{Domain 4} |
114 |
| -#' \item{D5}{Domain 5} |
115 |
| -#' \item{D6}{Domain 6} |
116 |
| -#' \item{D7}{Domain 7} |
| 140 | +#' \item{Study}{Study identifier} |
| 141 | +#' \item{D1}{Domain 1 - Bias due to confounding} |
| 142 | +#' \item{D2}{Domain 2 - Bias arising from measurement of the exposure} |
| 143 | +#' \item{D3}{Domain 3 - Bias in selection of participants into the study (or into the analysis)} |
| 144 | +#' \item{D4}{Domain 4 - Bias due to post-exposure interventions} |
| 145 | +#' \item{D5}{Domain 5 - Bias due to missing data} |
| 146 | +#' \item{D6}{Domain 6 - Bias arising from measurement of the outcome} |
| 147 | +#' \item{D7}{Domain 7 - Bias in selection of the reported result} |
117 | 148 | #' \item{Overall}{Overall risk of bias}
|
118 | 149 | #' }
|
119 | 150 | #' @source {Created for this package}
|
|
123 | 154 |
|
124 | 155 | # TODO Update data documentation for this dataframe
|
125 | 156 |
|
126 |
| -#' @title DATASET_TITLE |
127 |
| -#' @description DATASET_DESCRIPTION |
128 |
| -#' @format A data frame with 20 rows and 27 variables: |
| 157 | +#'@title Example directional risk-of-bias dataset |
| 158 | +#'@description This dataset is include to support experimental aspects of the |
| 159 | +#' package. |
| 160 | +#'@format A data frame with 20 rows and 27 variables: |
129 | 161 | #' \describe{
|
130 | 162 | #' \item{\code{result_id}}{integer COLUMN_DESCRIPTION}
|
131 | 163 | #' \item{\code{study}}{character COLUMN_DESCRIPTION}
|
|
155 | 187 | #' \item{\code{d7d}}{character COLUMN_DESCRIPTION}
|
156 | 188 | #' \item{\code{overall}}{character COLUMN_DESCRIPTION}
|
157 | 189 | #'}
|
158 |
| -#' @source {Created for this package} |
159 |
| -#' @keywords internal |
| 190 | +#'@source {Created for this package} |
| 191 | +#'@keywords internal |
160 | 192 |
|
161 | 193 | "data_bias_direction"
|
0 commit comments