Translate

Sunday, July 1, 2018

"2018" CVAP Data and graphs. Part II


Adams, Franklin, and Yakima Counties in WA share the distinction of having majority hispanic populations with majority white voting populations. The CVAP estimates for all three counties are dominated by "White Alone" voting populations.  Click on table to enlarge.  Query in data.table  'i' field : (HispanicorLatinoPCT - WhiteAlonePCT >= 0) & (CVAP_EST_White_Alone - CVAP_EST_HispanicorLatino >= 0).  

This post is under construction. It includes race, CVAP ("Citizen Voting Age Population"), and turnout in WA with ongoing correlation analysis. Click to enlarge graph and tables. For documentation and introduction, please  see Part I

Fields:       
 [1,] "County"                   # WA County
 [2,] "GE17"                     # GE17 voters from Voting History         
 [3,] "Active2017"            # Active for GE 2017
 [4,] "CVAP_EST_Total" # "2018" Census CVAP Estimated Total Population   
 [5,] "TOT_EST_Total"    # "2018" Total Estimated Population 
 [6,] "WhiteAloneCVAP_PCT" # "2018" White Alone CVAP Percentage
 [7,] "WhiteAlonePCT"             #  "2018" White Alone Percentage of Total Estimated Population
 [8,] "CVAP_EST_PCT"           #   CVAP_EST_Total/TOT_EST_Total
 [9,] "PCT_CVAP_Registered" #   Active2017/CVAP_EST_Total

TOT_EST_Total And Active2017 greater than 10^5 for "White Alone" and "Hispanic or Latino". Click to Enlarge:




  • "CVAP_EST_Total" # "2018" Census CVAP Estimated Total Population   
  • "TOT_EST_Total"    # "2018" Total Estimated Population 
  • "WhiteAloneCVAP_PCT" # "2018" White Alone CVAP Percentage
  • "WhiteAlonePCT"             #  "2018" White Alone Percentage of Total Estimated Population
  • "CVAP_EST_PCT"           #   CVAP_EST_Total/TOT_EST_Total
  • "PCT_CVAP_Registered" #   Active2017/CVAP_EST_Total

   County WhiteAloneCVAP_PCT WhiteAlonePCT CVAP_EST_PCT PCT_CVAP_Registered
 1:     BE                 82            72           68                  84
 2:     CR                 86            80           70                  86
 3:     CZ                 90            85           75                  82
 4:     KI                 72            62           69                  89
 5:     KP                 82            78           77                  83
 6:     PI                 75            69           72                  82
 7:     SK                 86            76           72                  86
 8:     SN                 80            72           70                  85
 9:     SP                 89            86           75                  84
10:     TH                 82            77           75                  88
11:     WM                 85            80           75                  88
12:     YA                 64            45           57                  81

Correlation

cor(u3[TOT_EST_Total > 10^5,.(WhiteAloneCVAP_PCT,WhiteAlonePCT,CVAP_EST_PCT,PCT_CVAP_Registered)])

                    WhiteAloneCVAP_PCT WhiteAlonePCT CVAP_EST_PCT PCT_CVAP_Registered
WhiteAloneCVAP_PCT                1.00          0.97         0.78                0.17
WhiteAlonePCT                     0.97          1.00         0.89                0.20
CVAP_EST_PCT                      0.78          0.89         1.00                0.29
PCT_CVAP_Registered               0.17          0.20         0.29                1.00

cor(u3h[TOT_EST_Total > 10^5,.(HispanicorLatinoCVAP_PCT,HispanicorLatinoPCT,CVAP_EST_PCT,PCT_CVAP_Registered)])

                         HispanicorLatinoCVAP_PCT HispanicorLatinoPCT CVAP_EST_PCT PCT_CVAP_Registered
HispanicorLatinoCVAP_PCT                     1.00                0.98        -0.87               -0.46
HispanicorLatinoPCT                          0.98                1.00        -0.90               -0.43
CVAP_EST_PCT                                -0.87               -0.90         1.00                0.29
PCT_CVAP_Registered                         -0.46               -0.43         0.29                1.00



The middle column shows the difference in correlation coefficient  for CVAP_EST_PCT and 'WhiteAlone" vs "Hispanicor Latino" for pct of total  and CVAP populations. Top layer is top 10 Counties for ActiveVoters2017. Bottom layer is all Counties.  This the ggcorrplot package.


Charts:

Thurston, Whatcom, Clark, Pierce, Snohomish, Benton, Skagit, Yakima:
Spokane, Kitsap, Clackamas:


No comments: