![[domain_ratings_ngfcify.png|1400]]
- dailysignal.com: manually set to 0 for newsguard
# Correlations
- `ng ~ fc`: 0.76
- `ng_pred ~ fc_pred`: 0.90
- `fc_pred ~ misinfome`: 0.30
- `ng_pred ~ misinfome`: 0.28
- `ng ~ misinfome`: 0.21
- `fc ~ misinfome`: 0.69
- `fc_pred ~ misinfome_pred`: 0.98
## Use `misinfome ~ fc_pred` model to predict missing `misinfome` values
Only 38 domains have both `fc_pred` and `misinfome` values.
```r
> summaryh(m1)
term results
1: (Intercept) b = −0.80, SE = 0.08, t(36) = −10.58, p < .001, r = −0.87
2: fc_pred b = 2.66, SE = 1.37, t(36) = 1.95, p = .059, r = 0.31
```