Description Usage Format Source
A dataset of border counties and their cross-border county cluster assignments under various
mappings. See descriptions for sbscp_df
, bscp_df
, cpcp_df
, and
mxcp_df
for metadata on mappings. After choosing a mapping, analysts should remove
counties with null cluster assignments (to prevent null values mapping into factors) and
clusters with only one distinct county or state.
1 |
A data frame with 1,184 rows and 10 variables:
County FIPS code, in original string format. Unique identifier.
State postal code corresponding to FIPS code.
Cluster assignment for nearest state border.
Distance, in miles, to nearest state border from population center.
Cluster assignment for nearest 50-mile long border strip.
Distance, in miles, to nearest 50-mile long border strip.
Cluster assignment using "couplet" algorithm.
Cluster assignment using "relaxed couplet" algorithm.
Cluster assignment using "max-method" algorithm.
Cluster assignment using "relaxed max-method" algorithm.
See adjacent_county_df
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.