Draft Regression Summary 1
Call:
lm(formula = positivity ~ state_level_index, data = soccap_covid_clean)
Residuals:
Min 1Q Median 3Q Max
-0.08380 -0.04008 -0.01725 0.01454 0.17119
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 0.101338 0.009045 11.204 4.05e-15 ***
state_level_index -0.003086 0.009135 -0.338 0.737
---
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
Residual standard error: 0.0646 on 49 degrees of freedom
Multiple R-squared: 0.002323, Adjusted R-squared: -0.01804
F-statistic: 0.1141 on 1 and 49 DF, p-value: 0.737
Draft Regression Summary 2
Call:
lm(formula = fatality ~ state_level_index, data = soccap_covid_clean)
Residuals:
Min 1Q Median 3Q Max
-0.010696 -0.003240 -0.001289 0.001981 0.014196
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 0.0162501 0.0007695 21.119 <2e-16 ***
state_level_index -0.0018560 0.0007771 -2.388 0.0208 *
---
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
Residual standard error: 0.005495 on 49 degrees of freedom
Multiple R-squared: 0.1043, Adjusted R-squared: 0.08599
F-statistic: 5.704 on 1 and 49 DF, p-value: 0.02083