Raw Data

Column

Raw Data

Visualization #1: Covid-19

Column

Final Plot

Revised Plot

Initial Draft

Visualization #2: Social Capital Index

Column

State Level Social Capital Index - Final

State Level Social Capital Index - Draft

Draft County Level Index in Oregon - Now Defunct

Visualization #3: Regressions

Column

Final Plot - Overall Social Capital Index

Draft Regression Plot 1

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 Plot 2

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