Learn R Programming

GLMsData (version 1.4)

wacancer: Cancer in Western Australia

Description

Diagnoses of cancer in Western Australia for males and females in 1996

Usage

data(wacancer)

Arguments

Format

A data frame with 14 observations on the following 3 variables.

Cancer

the type of cancer; a factor with levels Prostate, Breast, Colorectal, Lung, Melanoma, Cervix, and Other

Gender

the gender; a factor with levels M (males) and F (females)

Counts

the number of people in the designated category; a numeric vector

Details

The data gives the number of diagnoses of the designated cancers in Western Australia in 1996.

Examples

Run this code
data(wacancer)
summary(wacancer)

Run the code above in your browser using DataLab