Meta-analytic model with 4 studies (prereg model 5)
- `share ~ headline veracity [-0.5/0.5] * ideology * (o + c + e + a + n + age + gender + edu + attention + aot)`
- `ideology` variable is our `demrep_c` variable
Probe three-way interactions in the meta-analytic model
- [[220425_165111 meta-analysis#model 5 three-way interaction with AOT but not conscientiousness|see coefs for different studies]]
- figure column 1: liberal/democrat (min value of ideology)
- figure column 2: center (mean value of ideology)
- figure column 3: conservative/republican (max value of ideology)
## "non-significant" `ideology * veracity * conscientiousness` interaction
- sharing discernment is higher among liberals (gap between cyan/red lines is larger for liberals than conservatives)
- conscientiousness did not increase discernment more for conservatives
![[s20220502_181443.png]]
```r
# conscientiousness coef (c.coef) for false/true headlines (-0.5, 0.5) and ideology (min, mean, max)
veracity ideology c.coef lower.HPD upper.HPD
-0.5 1.00 -0.1790 -0.453 0.09658 # coef for false news, liberal
0.5 1.00 -0.2290 -0.471 0.00257 # coef for true news, liberal
-0.5 3.12 -0.1265 -0.284 0.02874
0.5 3.12 -0.2097 -0.346 -0.07073
-0.5 6.00 -0.0526 -0.380 0.27910 # coef for false news, conservative
0.5 6.00 -0.1833 -0.490 0.10815 # coef for true news, conservative
```
## "significant" negative `ideology * veracity * aot` interaction
- effect of AOT on discernment is stronger for liberals than conservatives
![[s20220502_181514.png]]
```r
# aot coef for false/true headlines (-0.5, 0.5) and ideology (min, mean, max)
veracity ideology aot.coef lower.HPD upper.HPD
-0.5 1.00 -1.269 -1.479 -1.0627
0.5 1.00 -0.511 -0.693 -0.3342
-0.5 3.12 -0.904 -1.032 -0.7722
0.5 3.12 -0.412 -0.530 -0.2997
-0.5 6.00 -0.407 -0.680 -0.1296
0.5 6.00 -0.279 -0.525 -0.0256
```
latest figure and results
![[_probe_three-way_politics-aot-veracity.png]]
```r
veracity ideology aot.trend lower.HPD upper.HPD
-0.5 -1.46612 -1.241 -1.449 -1.037 #
0.5 -1.46612 -0.492 -0.677 -0.319 #
-0.5 -0.00079 -0.908 -1.027 -0.781
0.5 -0.00079 -0.423 -0.540 -0.311
-0.5 2.11887 -0.425 -0.709 -0.167 #
0.5 2.11887 -0.324 -0.594 -0.080 #
Point estimate displayed: median
HPD interval probability: 0.95
```