Learn R Programming

GLMsData (version 1.4)

ccancer: Canadian cancers

Description

The estimated number of deaths from cancer in three regions of Canada by cancer site and gender

Usage

data(ccancer)

Arguments

Format

A data frame with 30 observations on the following 5 variables.

Count

the estimated number of deaths by the given cancer; a numeric vector

Gender

gender; a factor with levels either \codeF (female) or codeM (male)

Region

the region; a factor with levels Ontario, Newfoundland or Quebec

Site

the cancer site; a factor with levels Lung, Colorectal, Breast, Prostate or Pancreas

Population

the estimated population of the region in 2000/20001; a numeric vector

Details

The cancer data are estimated number of deaths in 2000 from the five leading cancer sites

Examples

Run this code
data(ccancer)
summary(ccancer)

Run the code above in your browser using DataLab