USCancerRates {latticeExtra}R Documentation

Rate of Death Due to Cancer in US Counties

Description

This data set records the annual rates of death (1999-2003) due to cancer by sex in US counties.

Usage

data(USCancerRates)

Format

A data frame with 3041 observations on the following 8 variables.

rate.male
a numeric vector, giving rate of death per 100,000 due to cancer among males
LCL95.male
a 95% lower confidence limit for rate.male
UCL95.male
a 95% upper confidence limit for rate.male
rate.female
a numeric vector, giving rate of death per 100,000 due to cancer among females
LCL95.female
a 95% lower confidence limit for rate.female
UCL95.female
a 95% upper confidence limit for rate.female
state
a factor with levels giving name of US state
county
a character vector giving county names, in a format similar to that used for county map boundaries in the maps package.

Details

See the scripts directory for details of data preprocessing steps.

From the website: Death data provided by the National Vital Statistics System public use data file. Death rates calculated by the National Cancer Institute using SEER*Stat. Death rates are age-adjusted to the 2000 US standard population [http://www.seer.cancer.gov/stdpopulations/stdpop.19ages.html]. Population counts for denominators are based on Census populations as modified by NCI.

Source

http://statecancerprofiles.cancer.gov/

Alias

USCancerRates

Keyword

datasets

Examples

data(USCancerRates)

Results


R version 2.9.0 (2009-04-17)
Copyright (C) 2009 The R Foundation for Statistical Computing
ISBN 3-900051-07-0

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(latticeExtra)
> png(filename="images/USCancerRates_%03d.png" ,width=480, height=480)
> ### Name: USCancerRates
> ### Title: Rate of Death Due to Cancer in US Counties
> ### Aliases: USCancerRates
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(USCancerRates)
> 
> 
> 
> dev.off()
null device 
          1 
> 

[Package latticeExtra Index]