- [[different measures of domain quality]] - analyses below are for **retweets**, Oct 17 to Oct 24 - x-axis: quality (range: 0 to 100, bad to good) - y-axis: proportion of users # fact-checker CDFs (60 domains) - bottom: test of difference in proportions 95% CI (0 to 99, stepsize 1) - see [[220303_135802 fact-checker analyses|fact-checker models/results]] and [[220310_101008 fact-checker summed badness - threshold 30|fact-checker summed badness]] - more users in control group shared lower quality stuff (quality < 50) - more users in treatment group shared higher quality stuff (quality > 50) ![[dv_fc_cdf 4.png|900]] ```r > cdf_diff[x < 100, summaryh(lm(CDF_diff ~ qualityC))] term results 1: (Intercept) b = −3e−04, SE = 2e−04, t(98) = −1.25, p = .214, r = −0.12 # centered at quality = 50 2: qualityC b = 4e−05, SE = 7e−06, t(98) = 6.06, p < .001, r = 0.52 # slope: cdf_diff ~ quality (bottom figure) ``` See [[220305_142915 fact-checker threshold analysis]] # iffy misinfome (471 bad domains) - only bad domains (hence quality upper bound is 30) - more users in control group shared low quality stuff - continuous ratings from `misinfome` column on [this list](https://docs.google.com/spreadsheets/d/1ck1_FZC-97uDLIlvRJDTrGqBk0FuDe9yHkluROgpGS8/edit#gid=1144285784) - see more [[220306_130626 iffy misinfome retweet analyses|iffy results/analyses]] ![[dv_misinfome_cdf.png|900]] # mbfc (3216 domains) - mean ratings (mbfc_fact, mbfc_rely) - see [[220309_165812 mbfc analyses|mbfc analyses]] ![[dv_mbfc_cdf.png|900]] # quality07 (3332 domains) - mean ratings (ng, fc, afm_rely, mbfc_fact) ![[dv_quality07_cdf.png|900]] # quality08 (3332 domains) - mean ratings (ng, fc, afm_rely, mbfc_fact, afm_bias, mbfc_bias, misinfome) - domains in the iffy/misinfome list are assigned 0 ![[dv_quality08_cdf.png|900]] # credible (**headline**-level analysis) - rating for each headline was retrieved from [Is this Credible?](https://www.isthiscredible.com/) - [[220222_103338 urls and credible scores descriptives|more about credible ratings here]] ![[dv_credible_cdf.png|900]] --- # other stuff/ignore ![[dv_fc_cdf_log.png|760]]