Average Total Population

Pilot

## # A tibble: 1 × 1
##   mean_pop
##      <dbl>
## 1  205654.

Cohort 1

## # A tibble: 1 × 1
##   mean_pop
##      <dbl>
## 1  191832.

Average Percent White Population

Pilot 1

## # A tibble: 9 × 2
##   race_type         mean_race
##   <chr>                 <dbl>
## 1 aian_only           0.00251
## 2 asian_only          0.0175 
## 3 blk_only            0.155  
## 4 multi_race1         0.00599
## 5 multi_race2         0.0214 
## 6 nhpi_only           0.00047
## 7 some_other_race     0.0162 
## 8 two_or_more_races   0.0274 
## 9 wht_only            0.753

Cohort 1

## # A tibble: 9 × 2
##   race_type         mean_race
##   <chr>                 <dbl>
## 1 aian_only          0.00306 
## 2 asian_only         0.0126  
## 3 blk_only           0.252   
## 4 multi_race1        0.00674 
## 5 multi_race2        0.0217  
## 6 nhpi_only          0.000387
## 7 some_other_race    0.0174  
## 8 two_or_more_races  0.0285  
## 9 wht_only           0.657

Average Median Income

Pilot

## # A tibble: 1 × 1
##   avg_median_income
##               <dbl>
## 1            28680.

Cohort 1

## # A tibble: 1 × 1
##   avg_median_income
##               <dbl>
## 1            28347.

Average Percent of Population with Above a High School Education

Pilot

## # A tibble: 1 × 1
##   avg_pct_above_hs
##              <dbl>
## 1            0.635

Cohort 1

## # A tibble: 1 × 1
##   avg_pct_above_hs
##              <dbl>
## 1            0.606