# Popular domains without ratings
```r
conservativebrief.com 21188
opindia.com 19564
babylonbee.com 17841
fdesouche.com 8135
myx.global 4111
valeursactuelles.com 3931
telesurtv.net 3483
parliament.uk 3373
saharareporters.com 3306
democracydocket.com 3295
floridianpress.com 3170
houstonpublicmedia.org 3157
```
# Descriptives
- 1160136 tweets with domains/urls shared during campaign
```r
type N N_prop
1: retweet 1050666 0.906
2: tweet 58426 0.050
3: quote 35316 0.030
4: reply 13024 0.011
5: quote-reply 2704 0.002
```
- proportion of tweets with ratings available
- `quality`: 0.5159835
- `ng`: 0.3062365
- `fc`: 0.1241794
- `minsfome`: 0.05635374
- `afm`, `afm_rely`, `afm_bias`: 0.2924442
- `mbfc`, `mbfc_fact`, `mbfc_bias`: 0.4958005, 0.4958005, 0.4755641
![[popularity_quality.png]]
# Models - retweets only
Filled missing values with mean of control condition.
## Difference-in-means
Models
- model `m1`: rating (0 to 100)
- model `m2`: rating split at 65
- 0 to 64: coded as 0
- 65 to 100: coded as 100
```r
```