-
Notifications
You must be signed in to change notification settings - Fork 0
/
LSR2 r markdown.Rmd
428 lines (307 loc) · 30.1 KB
/
LSR2 r markdown.Rmd
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
---
title: Mechanisms through which exercise reduces symptom severity and/or functional impairment in posttraumatic stress disorder (PTSD)
author: Simonne Wright, Virginia Chiocchia, Georgia Salanti
date: "`r format(Sys.Date(), '%d %B %Y')`"
output:
html_document:
df_print: paged
mainfont: Arial
---
```{r setup, error=FALSE, warning=FALSE, message=FALSE, include=FALSE}
#Load package 'meta' to run meta-analyses.
library(meta)
library(tidyr)
library(tibble)
library(stringr)
library(readxl)
library(grid)
library(dplyr)
library(Matrix)
library(knitr)
library(kableExtra)
library(rms)
library(meta)
library(devtools)
library(tools)
library(metafor)
library(gtools)
library(metasens)
library(robvis)
library(PRISMA2020)
#setwd("C:/Users/simon/Desktop/Github rep/LSR2_exercise_H/")
load("data/data_2023-12-4_LSR2_Awks2.RData")
load("data/LSR2weeksStata2insufdata.RData")
load("data/LSR2_studychartab_wks_140124.RData")
load("data/LSR2_studychartab_insuf_140124.RData")
load("data/LSR2_interventions_150224.RData")
## prisma<-read.csv("data/LSR3_H_PRISMA_2024.01.23.csv") #csv file for the prisma2020 -->
## prisma<-PRISMA_data(prisma)
#risk of bias data
rob <- read_xlsx("data/LSR2_robptsd_260124.xlsx")
robtot <- read_xlsx("data/robtot.xlsx")
#PRISMA data
prisma <- read_xlsx("data/LSR2_H_PRISMA_100344.xlsx")
prisma<-PRISMA_data(prisma)
#SoE data
LSR2_SoE_250324 <- read_xlsx("data/LSR2_SoE_250324.xlsx")
#Round off results to two digits
settings.meta(digits = 2)
#add ROB variable "high" (no = low/some concerns; yes = high)
data_2023_12_4_LSR2_Awks2$high <- c("no", "yes" , "no" , "yes" , "no" , "yes" , "yes", "yes" , "yes")
#create subset for ROB sensitivity analysis: select studies with treatments "OLA" and "PLA"
data.rob.sens = subset(data_2023_12_4_LSR2_Awks2, high == "no")
LSR2_interventions_150224$Study[LSR2_interventions_150224$Study == "Whitworth2018"] <- "Whitworth2019a"
LSR2_interventions_150224$Study[LSR2_interventions_150224$Study == "Whitworth2019"] <- "Whitworth2019b"
data_2023_12_4_LSR2_Awks2$study[data_2023_12_4_LSR2_Awks2$study == "Whitworth2018"] <- "Whitworth2019a"
data_2023_12_4_LSR2_Awks2$study[data_2023_12_4_LSR2_Awks2$study == "Whitworth2019"] <- "Whitworth2019b"
#add rob total to LSR2 wks dataset
data_2023_12_4_LSR2_Awks2 <- merge(data_2023_12_4_LSR2_Awks2, robtot, by = "study", all.x = TRUE)
```
# Results
We identified 11870 records. The PRISMA flow diagram is presented in Figuare 1. A total of `r length(table(data_2023_12_4_LSR2_Awks2$studyN))+length(table(LSR2weeksStata2insufdata$studyN))` studies with data from `r sum(data_2023_12_4_LSR2_Awks2$totNrandom, na.rm=T)+ sum(LSR2weeksStata2insufdata$totNrandom, na.rm=T)` participants were eligible for inclusion.The additional texts included secondary analyses, abstracts, trial registries, and protocol papers.
```{r echo=F, warning=F, fig.fullwidth=T, fig.width=12, fig.height=8}
PRISMA_flowdiagram(prisma, previous = FALSE, other=FALSE)
```
**Figure 1:** PRISMA flow diagram
## Study description
10 of the studies were RCTs, and 1 was a crossover RCT (Greene & Petruzzello, 2022).The specific intervention and comparison groups for the `r length(table(data_2023_12_4_LSR2_Awks2$studyN))+length(table(LSR2weeksStata2insufdata$studyN))` eligible studies (`r length(table(data_2023_12_4_LSR2_Awks2$study))+length(table(LSR2weeksStata2insufdata$study))` comparisons) are presented in Table 1.
```{r echo=FALSE}
knitr::kable(LSR2_interventions_150224[, 1:7], "pipe")
```
*Aerobic = physical performance behaviour pattern that increases heart rate and respiration while using large muscle groups repetitively and rhythmically; anaerobic = physical performance behaviour pattern that is performed in short intense bursts with limited oxygen intake; mixed = combination of aerobic and anaerobic exercise. TAU = treatment as usual; WLC = waiting list control.*
**Table 1:** Specific interventions for all the included studies
`r length(table(data_2023_12_4_LSR2_Awks2$studyN))` of the `r length(table(data_2023_12_4_LSR2_Awks2$studyN)) + length(table(LSR2weeksStata2insufdata$studyN))` studies were included in the meta-analyses (Bryant et al., 2023; Huseth, 2021; Nordbrandt et al., 2020; Rosenbaum et al., 2015; Voorendonk et al., 2023; Whitworth et al., 2019a; Whitworth et al., 2019b; Young-McCaughan et al., 2022). Meta-analysis was not feasible for `r length(table(LSR2weeksStata2insufdata$studyN))` of the `r length(table(data_2023_12_4_LSR2_Awks2$studyN))+length(table(LSR2weeksStata2insufdata$studyN))` studies (Crombie et al., 2021a; Greene & Petruzzello, 2022; Powers et al., 2015). Three of the studies provided follow-up PTSD outcome data which were insufficient for synthesis, which were synthesized descriptively without meta-analysis (Crombie et al., 2021a; Greene & Petruzzello, 2022; Powers et al., 2015). Three studies examined putative mediators which was not sufficient to carry out a meta-analysis (Crombie et al., 2021a; Powers et al., 2015; Whitworth et al., 2019a).
Study characteristics of the `r length(table(data_2023_12_4_LSR2_Awks2$studyN))` studies included in the meta-analysis are are presented in Table 2. From these `r length(table(data_2023_12_4_LSR2_Awks2$studyN))` studies, there were `r length(table(data_2023_12_4_LSR2_Awks2$study))` eligible comparisons. One study presented findings from two independent comparisons, including a total of four distinct intervention groups (Young-McCaughan et al., 2022). One of the first authors published findings from two different but methodologically similar trials in the same year (Whitworth et al., 2019a; Whitworth et al., 2019b).
```{r echo=FALSE}
knitr::kable(LSR2_studychartab_wks_140124[, 1:13], "pipe")
```
*TAU = treatment as usual; WLC = waiting list control; CAPS-IV = Clinician-Administered PTSD Scale - 4th edition; PCL-4 = PTSD Checklist - version 4; PCL-5 = PTSD Checklist - version 5; PDS-5 = Posttraumatic Diagnostic Scale -- version 5; HTQ = Harvard Trauma Questionnaire; Aerobic exercise = physical performance behaviour pattern that increases heart rate and respiration while using large muscle groups repetitively and rhythmically; anaerobic exercise = physical performance behaviour pattern that is performed in short intense bursts with limited oxygen intake; mixed exercise = combination of aerobic and anaerobic exercise; USA = United States of America.*
**Table 2:** Study characteristics of the `r length(table(data_2023_12_4_LSR2_Awks2$studyN))` studies included in the meta-analysis.
Study characteristics of the `r length(table(LSR2weeksStata2insufdata$studyN))` studies not included in the meta-analysis are are presented (Extended data). From these `r length(table(LSR2weeksStata2insufdata$studyN))` studies, there were `r length(table(LSR2weeksStata2insufdata$study))` eligible comparisons. One study reported two comparisons (Greene & Petruzzello, 2022).
```{r echo=FALSE}
knitr::kable(LSR2_studychartab_insuf_140124[, 1:10], "pipe")
```
*Aerobic exercise = physical performance behaviour pattern that increases heart rate and respiration while using large muscle groups repetitively and rhythmically; anaerobic exercise = physical performance behaviour pattern that is performed in short intense bursts with limited oxygen intake; USA = United States of America.*
**Table 3:** Study characteristics of the `r length(table(LSR2weeksStata2insufdata$studyN))` studies not included in the meta-analysis.
## Primary outcome
### PTSD Symptom Severity
#### Risk of bias for the PTSD symptom severity
The results of the risk of bias assessment per domain and study for the primary outcome, PTSD symptom severity is presented below in Figure 2 of the Extended Data. Nine studies reported PTSD outcome data post-intervention. Two studies did not report PTSD outcome data (Crombie et al., 2021a; Greene & Petruzzello, 2022). Five of the nine studies had an overall high risk of bias, three had some concerns, and only one was had low risk of bias. High risk of bias was mainly due to deviations from intended intervention (D2)(Voorendonk et al., 2023; Whitworth et al., 2019a; Whitworth et al., 2019b), missing outcome data (D3)(Rosenbaum et al., 2015; Voorendonk et al., 2023; Whitworth et al., 2019a; Whitworth et al., 2019b), and selection of reported results (D5)(Voorendonk et al., 2023; Young-McCaughan et al., 2022).
```{r echo=F, warning=F, fig.height=10}
rob_traffic_light(data = rob , tool = "ROB2")
```
**Figure 2** Results of the risk of bias assessment per domain and overall for the PTSD severity outcome
#### Post-intervention (weeks)
For the studies included in the meta-analyses, the earliest study was performed in `r format(min((data_2023_12_4_LSR2_Awks2$year)), format="%Y")`, while the most recent study was performed in `r format(max((data_2023_12_4_LSR2_Awks2$year)), format="%Y")`. The median sample size across the studies was `r round(median(data_2023_12_4_LSR2_Awks2$totNrandom, na.rm=T))` participants per study. The median of the mean participant age was `r round(median((data_2023_12_4_LSR2_Awks2$AGEm), na.rm=T))` years (ranging from `r round(min((data_2023_12_4_LSR2_Awks2$AGEm),na.rm=T))` to `r round(max((data_2023_12_4_LSR2_Awks2$AGEm),na.rm=T))` years). Intervention length ranged from 3 weeks to 20 weeks, with a median of 8 weeks.
`r length(table(data_2023_12_4_LSR2_Awks2$studyN))` studies provided data for PTSD symptom severity and contributed `r length(data_2023_12_4_LSR2_Awks2$tg1PTSD3PTm)` effect measures to the PTSD symptom severity meta-analysis. The forest plot for PTSD symptom severity is presented in Figure 3.
```{r echo=FALSE, fig.fullwidth=T, fig.width=11, fig.height=6}
#SUMMARIZE the SMDs from studies using metacont & POOL the data
LSR2mainMA = metacont(tg1PTSD3PTn , tg1PTSD3PTm ,tg1PTSD3PTsd ,tg2PTSD3PTn, tg2PTSD3PTm, tg2PTSD3PTsd ,
data = data_2023_12_4_LSR2_Awks2, studlab = study, sm = "SMD")
forest(LSR2mainMA,
sortvar = Intervention,
common = FALSE,
print.I2.ci = T,
prediction=T,
label.left = 'Favours exercise',
label.right = "Favours comparison",
leftcols = c("study", "Intervention", "Comparison"),
rightcols = c("effect", "ci", "rob"),
fs.study = 10, ff.study = "italic",
col.diamond = "blue", col.diamond.lines = "black",
col.square = "turquoise", col.square.lines = "black")
```
**Figure 3:** Meta-analysis of the effects of exercise on PTSD symptom severity.
The meta-analysis found no evidence of a difference in PTSD symptom severity reduction between exercise and comparison groups (`r paste0(LSR2mainMA$sm, " = ", round(LSR2mainMA$TE.random, 2), ", 95% CI ", round(LSR2mainMA$lower.random, 2), " to ", round(LSR2mainMA$upper.random, 2))`). No statistical heterogeneity was observed (τ2=0).
#### Subgroup Analyses and Meta-regressions
##### Subgroup analysis by exercise intensity
The test for interaction found some evidence of a difference between studies with moderate intensity and those with high-intensity exercise (Figure 4). We found some evidence that the effect of exercise might be larger in studies of high-intensity exercise compared to studies with moderate intensity
```{r echo=FALSE, fig.fullwidth=T, fig.width=11, fig.height=6}
subgroup.intensity = update(LSR2mainMA, subgroup = intensityEX2)
# produce a forest plot
forest(subgroup.intensity,
sortvar = Intervention,
print.subgroup.name = F,
common = FALSE,
print.I2.ci = T,
prediction=T,
label.left = 'Favours exercise',
label.right = "Favours comparison",
leftcols = c("study", "Intervention", "Comparison"),
rightcols = c( "effect", "ci"),
fs.study = 10, ff.study = "italic",
col.diamond = "blue", col.diamond.lines = "black",
col.square = "turquoise", col.square.lines = "black")
```
**Figure 4:** Sub-group analysis of the effects of exercise on PTSD symptom severity by exercise intensity
##### Subgroup analysis by specific exercise type
We did not find any important differences between the effects of aerobic, anaerobic, or mixed exercise groups (Figure 5).
```{r echo=FALSE, fig.fullwidth=T, fig.width=11, fig.height=6}
# create a new R object subgroup.tg1specEX
subgroup.tg1specEX = update(LSR2mainMA, subgroup = tg1specEX2)
# produce a forest plot
forest(subgroup.tg1specEX,
sortvar = Intervention,
print.subgroup.name = F,
common = FALSE,
print.I2.ci = T,
prediction=T,
label.left = 'Favours exercise',
label.right = "Favours comparison",
leftcols = c("study", "Intervention", "Comparison"),
rightcols = c( "effect", "ci"),
fs.study = 10, ff.study = "italic",
col.diamond = "blue", col.diamond.lines = "black",
col.square = "turquoise", col.square.lines = "black")
```
**Figure 5:** Sub-group analysis of the effects of exercise on PTSD symptom severity by specific exercise type
##### Subgroup analysis by exercise alone or tau/therapy augmented by exercise.
TWe found that studies with exercise alone as intervention were associated with larger effects than those in studies where patients were additionally given treatment-as-usual or psychotherapy (Figure 6).
```{r echo=FALSE, fig.fullwidth=T, fig.width=11, fig.height=6}
# create a new R object subgroup.EXEaug
subgroup.EXEaug = update(LSR2mainMA, subgroup = EXEaug2)
# produce a forest plot using the JAMA layout.
forest(subgroup.EXEaug,
sortvar = Intervention,
print.subgroup.name = F,
common = FALSE,
print.I2.ci = T,
prediction=T,
label.left = 'Favours exercise',
label.right = "Favours comparison",
leftcols = c("study", "Intervention", "Comparison"),
rightcols = c( "effect", "ci"),
fs.study = 10, ff.study = "italic",
col.diamond = "blue", col.diamond.lines = "black",
col.square = "turquoise", col.square.lines = "black")
```
**Figure 6:** Sub-group analysis of the effects of exercise on PTSD symptom severity by exercise alone or TAU/therapy augmented by exercise
##### Meta-regression by intervention length
```{r echo=FALSE, fig.fullwidth=T, fig.width=11, fig.height=4}
# Do a meta-regression with the continuous covariate intervLENGTH (lenth of intervention - weeks)
intervLENGTHreg = metareg(LSR2mainMA, intervLENGTH)
```
We performed a meta-regression for the intervention duration, despite the fact that we had only 9 studies (Figure 7). The meta-regression analysis yielded a coefficient of `r round(intervLENGTHreg$beta[2], 2)` (95% CI: `r round(intervLENGTHreg$ci.lb[2], 2)`, `r round(intervLENGTHreg$ci.ub[2], 2)`), indicating that for every additional week, the standardized mean difference (SMD) in PTSD symptoms increased by 0.02. This suggests there was no meaningful association between intervention duration and PTSD symptom severity
```{r echo=FALSE, fig.fullwidth=T, fig.width=11, fig.height=4}
# generate a bubble plot.
bubble(intervLENGTHreg, col.line = "blue", xlab = "Intervention Length (Weeks)")
```
**Figure 7:** Meta-regression of the effects of exercise on PTSD symptom severity by intervention length
##### **Heterogeneity explained by covariates**
| Moderator | Category | $\beta$ | 95% CI | 𝞽^2^ |
|:-------------:|:-------------:|:-------------:|:-------------:|:-------------:|
| Overall effect | *-* | `r round(LSR2mainMA$TE.random, 2)` | `r round(LSR2mainMA$lower.random, 2)` to `r round(LSR2mainMA$upper.random, 2)` | `r round(LSR2mainMA$tau2)` |
| Exercise intensity | *-* | \- | \- | \- |
| | *Moderate* | `r round(subgroup.intensity$TE.random.w[2], 2)` | `r round(subgroup.intensity$lower.random.w[2], 2)` to `r round(subgroup.intensity$upper.random.w[2], 2)` | `r round(subgroup.intensity$tau2.w[2])` |
| | *High* | `r round(subgroup.intensity$TE.random.w[1], 2)` | `r round(subgroup.intensity$lower.random.w[1], 2)` to `r round(subgroup.intensity$upper.random.w[1], 2)` | `r round(subgroup.intensity$tau2.w[1])` |
| Exercise type | *-* | \- | \- | \- |
| | *Aerobic* | `r round(subgroup.tg1specEX$TE.random.w[1], 2)` | `r round(subgroup.tg1specEX$lower.random.w[1], 2)` to `r round(subgroup.tg1specEX$upper.random.w[1], 2)` | `r round(subgroup.tg1specEX$tau2.w[1])` |
| | *Anaerobic* | `r round(subgroup.tg1specEX$TE.random.w[3], 2)` | `r round(subgroup.tg1specEX$lower.random.w[3], 2)` to `r round(subgroup.tg1specEX$upper.random.w[3], 2)` | `r round(subgroup.tg1specEX$tau2.w[3])` |
| | *Mixed* | `r round(subgroup.tg1specEX$TE.random.w[2], 2)` | `r round(subgroup.tg1specEX$lower.random.w[2], 2)` to `r round(subgroup.tg1specEX$upper.random.w[2], 2)` | `r round(subgroup.tg1specEX$tau2.w[2])` |
| Exercise augmentation | *-* | \- | \- | \- |
| | *Exercise alone* | `r round(subgroup.EXEaug$TE.random.w[2], 2)` | `r round(subgroup.EXEaug$lower.random.w[2], 2)` to `r round(subgroup.EXEaug$upper.random.w[2], 2)` | `r round(subgroup.EXEaug$tau2.w[2])` |
| | *TAU/therapy + augmented* | `r round(subgroup.EXEaug$TE.random.w[1], 2)` | `r round(subgroup.EXEaug$lower.random.w[1], 2)` to `r round(subgroup.EXEaug$upper.random.w[1], 2)` | `r round(subgroup.EXEaug$tau2.w[1])` |
| Intervention length | *per unit (Week) increase* | `r round(intervLENGTHreg$beta[2,], 2)` | `r round(intervLENGTHreg$ci.lb[2], 2)` to `r round(intervLENGTHreg$ci.ub[2], 2)` | `r round(intervLENGTHreg$tau2, 2)` |
#### Sensitivity Analyses
```{r echo=FALSE, fig.fullwidth=T, fig.width=11, fig.height=4}
#SUMMARIZE the SMDs from studies using metacont
rob.sens.MA = metacont(tg1PTSD3PTn , tg1PTSD3PTm ,tg1PTSD3PTsd ,tg2PTSD3PTn, tg2PTSD3PTm, tg2PTSD3PTsd ,
data = data.rob.sens, studlab = study, sm = "SMD")
```
We examined the robustness of the findings for the primary outcome by excluding studies with high risk of bias (Figure 8). `r length(table(data.rob.sens$study))` studies included in the meta-analyses were rated as low or some concerns.
WWhen restricting the analysis to the three studies with low risk of bias or some concerns, the effect of exercise on PTSD symptoms severity decreased only slightly `r paste(rob.sens.MA$sm, "=", round(rob.sens.MA$TE.random, 2),"(95% CI:", round(rob.sens.MA$lower.random, 2), ",", round(rob.sens.MA$upper.random, 2))`). For reference, the main effect size for the primary outcome was `r paste(LSR2mainMA$sm, "=", round(LSR2mainMA$TE.random, 2),"(95% CI:", round(LSR2mainMA$lower.random, 2), ",", round(LSR2mainMA$upper.random, 2))`), so the results do not change substantially.
```{r echo=FALSE, fig.fullwidth=T, fig.width=11, fig.height=4}
#POOL the data
forest(rob.sens.MA,
sortvar = EXEaug,
common = FALSE,
print.I2.ci = T,
label.left = 'Favours exercise',
label.right = "Favours comparison",
leftcols = c("study", "Intervention", "Comparison"),
rightcols = c("effect", "ci"),
fs.study = 10, ff.study = "italic",
col.diamond = "blue", col.diamond.lines = "black",
col.square = "turquoise", col.square.lines = "black")
```
**Figure 8:** Meta-analysis of the effects of exercise on PTSD symptom severity when excluding studies with high risk of bias
#### Reporting bias
Visual inspection of the funnel plot of standard error Hedges' g suggested possible publication bias in favour the of exercise group.
```{r echo=FALSE, fig.fullwidth=T, fig.width=11, fig.height=3}
#Produce a funnel plot
funnel(LSR2mainMA, pch = 16,
contour = c(0.9, 0.95, 0.99),
col.contour = c("green", "yellow", "pink"))
legend(0.25, 1.25,
c("0.1 > p > 0.05", "0.05 > p > 0.01", "< 0.01"),
fill = c("green", "yellow", "pink"), bty = "n")
```
There was insufficient studies to test for small study effect. The forest plot below shows the meta-analysis results of the primary outcome, PTSD symptom severity, ordered by the precision of the studies is presented in Figure 9. The smaller studies showed larger effects favoring the exercise groups compared to the larger studies which cluster around the line of no effect.
```{r echo=FALSE, fig.fullwidth=T, fig.width=11, fig.height=4}
# forest polot ordered by precision
forest(LSR2mainMA,
sortvar = seTE,
common = FALSE,
print.I2.ci = T,
prediction=T,
label.left = 'Favours exercise',
label.right = "Favours comparison",
leftcols = c("study", "Intervention", "Comparison"),
rightcols = c("effect", "ci","rob"),
fs.study = 10, ff.study = "italic",
col.diamond = "blue", col.diamond.lines = "black",
col.square = "turquoise", col.square.lines = "black")
```
**Figure 9:** Forest plot of the meta-analysis results of the primary outcome ordered by the precision of the studies
------------------------------------------------------------------------
## Secondary outcomes
### Treatment Dropout
#### Post-intervention (weeks)
`r length(table(data_2023_12_4_LSR2_Awks2$studyN))` studies provided data for treatment dropout, and contributed `r length(data_2023_12_4_LSR2_Awks2$tg1Ndrop)` effect measures to the treatment dropout meta-analysis. The forest plot for the risk of treatment dropout presented in Figure 10.
```{r echo=F, fig.fullwidth=T, fig.width=11, fig.height=4}
#Summarize the study-specific risk ratios for study completors from studies using metabin
#create an object of class meta called “pooledRRdrop”
pooledRRdrop = metabin(tg1Ndrop, tg1Nrandom, tg2Ndrop,tg2Nrandom,
data = data_2023_12_4_LSR2_Awks2, studlab = study, sm = "RR")
#obtain the forest plot
forest(pooledRRdrop,
sortvar = Intervention,
common = FALSE,
print.I2.ci = T,
prediction=T,
label.left = 'Favours exercise',
label.right = "Favours comparison",
leftcols = c("study", "Intervention", "Comparison"),
rightcols = c("effect", "ci"),
fs.study = 10, ff.study = "italic",
col.diamond = "blue", col.diamond.lines = "black",
col.square = "turquoise", col.square.lines = "black")
```
**Figure 10:** Meta-analysis of the dropout rates between the intervention and control groups
No evidence of a difference in treatment dropout between exercise and comparison groups (`r paste0(pooledRRdrop$sm, " = ", round(exp(pooledRRdrop$TE.random), 2), ", 95% CI ", round(exp(pooledRRdrop$lower.random), 2), " to ", round(exp(pooledRRdrop$upper.random), 2))`) was found and there was large heterogeneity, as shown by the prediction interval (`r paste(round(exp(pooledRRdrop$lower.predict), 2), "to", round(exp(pooledRRdrop$upper.predict), 2))`).
### Functional impairment
Two studies examined the effects of exercise on functional impairment post-intervention (Nordbrandt et al., 2020; Voorendonk et al., 2023). Nordbrandt et al., 2020 compared treatment as usual (TAU) which constituted of psychotherapy in the form of CBT and acceptance and commitment therapy (n = 104) – with TAU with basic body awareness therapy (n = 105), and exercise plus TAU (n = 109). They did not find any evidence that exercise +TAU is more effective than either TAU or TAU +basic body awareness therapy. Voorendonk et al. compared an 8-day intensive trauma-focused therapy (TFT) programme with (n = 59) and without exercise (n = 60). The intensive TFT programme consisted of daily prolonged exposure, EMDR therapy and psychoeducation complemented with physical activities for the exercise group and controlled mixtures of creative tasks for the control group. They did not find any evidence that exercise is more effective than the control in improving quality of life (Voorendonk et al., 2023).
### PTSD symptom clusters
Two of the 11 studies examined the effects of exercise on PTSD symptom clusters, namely avoidance, re-experiencing, hyperarousal, as well as negative cognitions and mood (Whitworth et al., 2019a; Whitworth et al., 2019b).
One study reported significantly lower levels of avoidance symptoms (Cohens’ d = 1.26; 95% CI [0.39, 2.14]) and hyperarousal symptoms (d = 0.90; 95% CI [0.06, 1.74]) in the exercise group (n = 15) relative to the control group (n = 15) post-intervention (Whitworth et al., 2019a).While intrusion (d = 0.67; 95% CI [−0.15, 1.49]) and mood and cognitive symptoms (d = 0.34; 95% CI [−0.47, 1.14],) did not differ between the exercise group (n = 15) and the control group (n = 15) post-intervention (Whitworth et al., 2019a).
The other study found no significant between-group differences (p>0.05) between the exercise (n = 9) and comparison (n = 10) groups for intrusion (d= -0.65 vs d = -1.25), avoidance (d = -0.95 vs d = -0.92) mood and cognitive symptoms (d= -0.73 vs d = -0.70) , and hyperarousal symptoms (d= -0.43 vs d = -0.59)(Whitworth et al., 2019b).
### Loss of PTSD diagnosis
Only one study reported data on loss of PTSD diagnosis post-intervention (Voorendonk et al., 2023). Loss of diagnosis was high in both the exercise and comparison groups. Findings based on the CAPS-5 showed that the loss of PTSD diagnosis post-intervention did not differ between the exercise and the control groups (80.0% versus 82.7%); X2[1] = 0.13, p = 0.72).
------------------------------------------------------------------------
## Mediators of the effect of exercise on PTSD-related symptoms
Three studies examined putative mediators of exercise, but the available data was insufficient to carry out a synthesis (Crombie et al., 2021a; Powers et al., 2015; Whitworth et al., 2019a).
In Crombie et al. 35 participants completed a 3-day fear acquisition (day 1), extinction (day 2), and extinction recall (day 3) protocol. Each participant was randomized to complete either intervention (moderate-intensity aerobic exercise) or a light-intensity control condition following extinction training on day 2. Blood samples were obtained before and after intervention or control condition. protocol involving fear acquisition, extinction, and recall. They examined whether the effect of exercise on threat expectancy ratings during the extinction recall phase was mediated by brain-derived neurotrophic factor (BDNF), anandamide (AEA), 2-arachidonoylglycerol (2-AG), and homovanillic acid (HVA) (Crombie et al., 2021a).
Threat expectancy ratings evaluate an individual's anticipation levels toward encountering threatening situations. Individuals with PTSD often exhibit elevated ratings. Decreasing these anticipations may lead to a reduction in the severity of PTSD symptoms. For the total effect, the exercise group exhibited lower threat expectancy ratings following reinstatement than the comparison group (between group d = 0.75; t(33) = -2.233, p = .032). Circulating concentrations of BDNF (95% CI for the indirect effect = -0.941 to -0.005) and AEA (95% CI for the indirect effect= -0.623 to -0.005) following exercise mediated the relationship between exercise and reduced threat expectancy ratings following reinstatement. While 2-AG (95% CI for the indirect effect= -0.050 to 0.210) and HVA (95% CI for the indirect effect = -0.190 to 0.134) did not reach statistical significance.
Powers examined BDNF levels as a potential mediator of the relationship between exercise and PTSD symptom severity (Powers et al., 2015). Post-intervention, the exercise increased BDNF concentration to a greater degree than control condition, yielding a significantly large (>0.8) between group effect size (d = 1.08). Likewise, exercise group had a significantly greater reduction in PTSD symptom than the control conduction, yielding a very large between group effect size (d = 2.65). These findings suggest that BDNF levels might mediate the relationship between exercise and PTSD symptom reduction.
Whitworth et al. examined whether exercise is associated with changes in cognitive appraisal, perceived exertion, affect, arousal, and distress in a sample of 22 adults and whether these changes impact on PTSD symptoms (Whitworth et al., 2019a). They found changes in the perception of the resistance training sessions (cognitive appraisal; b = 7.1, p = 0.02) and perceived exertion (b= -3.1, p = 0.01) mediated the relationship between exercise and PTSD symptom severity. Affect (b = 0.82, p = 0.63), arousal (b = 2.4, p = 0.12), and distress (b = 0.18, p = 0.17) did appear to have a mediating effect. These outcomes were observed at the conclusion of the 3-week intervention.
#### Risk of bias for the mediation studies
The results of the risk of bias assessment for the mediation analyses are presented in Figure 11. Even though two of the three mediation studies had only some concerns within the non-mediation-specific (D1-D5) components of the revised ROB2 tool (Crombie et al.,2021a; Powers et al., 2015), all of the three studies had an overall high risk of bias mainly due to the deviations in mediation-specific domains (D6-D9) (Crombie et al.,2021a; Powers et al., 2015; Whitworth et al., 2019). In the domains (D7 and D8), 100% of the mediation studies had a high risk of bias underscoring the current methodological limitation in mediation analysis and handling confounding in mediation studies (Crombie et al.,2021a; Powers et al., 2015; Whitworth et al., 2019).
```{r echo=FALSE}
include_graphics("data/robmedfig.png")
```
**Figure 11** Results of the risk of bias assessment per domain and overall for the mediation outcomes
# SUMMARY OF THE EVIDENCE
The primary outcome was efficacy in reducing overall PTSD symptom severity in patients with PTSD. The summary of the evidence on PTSD symptom severity outcome for PTSD is reported below.
```{r echo=FALSE}
knitr::kable(LSR2_SoE_250324[, 1:6])
```