![[Pasted image 20220221183311.png]]
Those who look longer at false (vs true) headlines (x-axis) share more false (vs true) headlines (y-axis).
```r
# discern ~ discern_rt
study term estimate std.error statistic p.value
1: B discern_rt 0.0200690358 0.004425681 4.53467771 0.0000
2: C discern_rt 0.0368446799 0.005786189 6.36769345 0.0000
3: G discern_rt 0.0010857501 0.004946215 0.21951130 0.8263
4: H discern_rt 0.0272341010 0.005002813 5.44375707 0.0000
5: L discern_rt 0.0006867574 0.008202525 0.08372513 0.9333
6: P discern_rt 0.0129338936 0.008865278 1.45893830 0.1454
> summaryh(lmer(discern ~ discern_rt + (1 + discern_rt | study), dt5))
term results
1: (Intercept) b = 0.09, SE = 0.02, t(5) = 4.99, p = .004, r = 0.91
2: discern_rt b = 0.02, SE = 0.006, t(5) = 2.90, p = .033, r = 0.79
```