Learn R Programming

gpk (version 1.0)

AizawlCancer: Sex-wise differences in cancer types

Description

Analyze if the cancer percentages of male and female depends on the type of cancer.

Usage

data(AizawlCancer)

Arguments

Format

A data frame with 19 observations on the following 5 variables.
Site
Cancer in different areas
Female
Female death to cancer
Male
Male death to cancer

Source

http://ces.iisc.ernet.in/hpg/nvjoshi/statspunedatabook/databook.html

Details

Consider the problem as a count data and use statistical methods as in contingency table and grouping of categories.

Examples

Run this code
data(AizawlCancer)
head(AizawlCancer)

Run the code above in your browser using DataLab