hs99_d00: Information table for the U.S. Health Service Areas Links the...

Description Usage Format Details

Description

This dataset contains a data.frame table used to provide the health service area (HSA) level information for all of the HSAs in the U. S. to the SeerMapper package. It provides the mapping of the HSA 3 digit number to the state 2 digit FIPS code, the associated Seer Registry abbreviation, the HSA name, and statistics on the number of census tracts and counties in each HSA for the 2000 and 2010 census years.

Usage

1

Format

The dataset contains a single data.frame named co99_d00 that supports both the 2000 and 2010 census years.

Since a registry area may contain multiple HSAs, this data.frame is used to mark each HSA with the Seer Registry abbrevation it is a member. The 20 U. S. Seer registry areas are identify by the following character abbreviations (saID):

saID stID Name
AK-NAT 02 Alaska Natives
AZ-NAT 04 Arizona Indians
CA-OTH 06 California Other (not SF-Oakland, SJ-Monterey, LA areas)
CA-SF 06 California San Fran/Oakland
CA-SJ 06 California San Jose/Monterey
CA-LA 06 California Los Angeles
CT 09 Connecticut
GA-OTH 13 Georgia Other (not Atlanta or Rural areas)
GA-ATL 13 Georgia Atlanta
GA-RUR 13 Georgia Rural
HI 15 Hawaii
IA 19 Iowa
KY 21 Kentucky
LA 22 Louisiana
MI-DET 26 Michigan Detroit
NJ 34 New Jersery
NM 35 New Mexico
OK-CHE 40 Oklahoma Cherokee Nation
UT 49 Utah
WA-SEA 53 Washington Seattle-Puget Sound

The above table also contains the Registry's full name and the state's 2 digit FIPS code where the registry resides. For more information on the NCI Seer Registry boundary data and information, refer to the document section on the sa99_d00 dataset.

Details

The hs99_d00 dataset contains the following fields (columns):

row.names

= a character vector equal to the 3 digit U. S. HSA number.

HSAID

= a charactor vector of the 3 digit HSA number. Same as the row.names.

HSA

= a numeric value of the HSA number. Same as the row.names.

HSA_Name

- a character vector containing the assigned name of the health service area.

stID

the state 2 digit FIPS code containing the HSA.

y

= integer indicating which census years the HSA was active during. 1=2000, 2=2010, 3=both.

Chg10

= logical flag indicating the HSA changed in the 2010 census and to use the _d10.rda files for to get boundaries for this HSA.

saID

= a character vector identifying the Seer Registry Abbreviation containing the county. If the county is not a member of a registry, then the field is set to NA.

c_X_00

= A numeric value of the X coordinate of the centroid of the county in the 2000 census.

c_Y_00

= A numeric value of the Y coordinate of the centroid of the county in the 2000 census.

c_X_10

= A numeric value of the X coordinate of the centroid of the county in the 2010 census.

c_Y_10

= A numeric value of the Y coordinate of the centroid of the county in the 2010 census.

county00

= An integer value of the number of 2000 counties are contained in the HSA.

county10

= An integer value of the number of 2010 counties are contained in the HSA.

tracts00

= An integer value of the number of 2000 census tracts are contained in the HSA.

tracts10

= An integer value of the number of 2010 census tracts are contained in the HSA.


SeerMapper documentation built on Jan. 15, 2021, 3:16 p.m.