SeerMapperRegs-package: SeerMapper-Supplemental 2000 Census Tract boundary datasets...

Description Details Author(s)

Description

The SeerMapperRegs package provides 2000 Census Tract boundary datasets for 19 states containing Seer Registries for use with SeerMapper package.

The SeerMapperWest data only package contains the 2000 census tract boundary dataset for 13 states west of the Mississippi river that do not contain NCI Seer Registries. The SeerMapperEast data only package contains the 2000 census trace boundary datasets for 20 states, District of Columbia and Puerto Rico that do not have Seer Registries and are east of the Mississippi river.

By loading these packages (via the library function) expands the SeerMapper package abilities to map 2000 census tract level data in any of the 50 states, the District of Columbia and Puerto Rico.

Details

Package: SeerMapperRegs
Type: Package
Version: 1.2.4
Date: 2020-06-22
License: GPL-2
LazyLoad: no

No special action is required by the user to install this package or load it when running SeerMapper. The defined interdependencies of the packages automatically install the supplemental 2000 census tract boundary packages when SeerMapper is install. When SeerMapper is called, if it determines that one or more supplemental packages need to be loaded, it initiates the loading for the caller.

1
2
3
4
5
6
7
8
9
  
  library(SeerMapper)
  
  rateDate <- data.frame(FIBS=stateFibs, 
                         Rate=stateRateVector, 
                         pValue=stateRatePValue)
  
  SeerMapper(rateData, Title=c("Test Map"))
 

If the package attachment or dataset load fails, the caller is notified of the problem and mapping is terminated.

The SeerMapperRegs package contains the 2000 census tract boundary datasets for:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
    FIPS   Name        # of Registries
     02     Alaska      1
     04     Arizona     1
     06     California  4
     09     Connecticut 1
     13     Georgia     3
     15	    Hawaii      1
     16     Idaho       1
     19     Iowa        1
     21     Kentucky    1
     22     Louisiana   1
     25     Massachusetts 1
     26     Michigan    1
     34     New Jersey  1
     36	    New York    1
     35     New Mexico  1
     40     Oklahoma    1
     49     Utah        1
     53     Washington  1           
     55	    Wisconsin   1

The SeerMapperEast package contains the 2000 census tract boundary datasets for:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
    FIPS   Name
     01     Alabama
     10     Delaware
     11	    District of Columbia
     12	    Florida
     17	    Illinois
     18	    Indiana
     23     Maine
     24     Maryland
     28	    Mississippi
     33	    New Hampshire
     37	    North Carolina
     39	    Ohio
     42     Pennsylvania
     44	    Rhode Island
     45	    South Carolina
     47	    Tennessee
     50	    Vermont
     51	    Virginia
     54     West Virginia
     72	    Puerto Rico
  

The SeerMapperWest package contains the 2000 census tract boundary datasets for:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
    FIPS   Name
     05     Arkansas
     08     Colorado
     20     Kansas
     27     Minnesota
     29     Missouri
     30     Montana
     31     Nebraska
     32     Neveda
     38     North Dakota
     41     Oregon
     46     South Dakota
     48     Texas
     56     Wyoming
  

Author(s)

Jim Pearson jbpearson353@gmail.com with data sourced from U. S. Census Bureau geo.tiger@census.gov
Maintainer: "Joe Zou" zouj@imsweb.com


SeerMapperRegs documentation built on Jan. 16, 2021, 5:24 p.m.