Learn R Programming

UsingR (version 2.0-7)

oral.lesion: Oral lesion location by town

Description

A data set on oral lesion location for three Indian towns.

Usage

data(oral.lesion)

Arguments

Format

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

Kerala

a numeric vector

Gujarat

a numeric vector

Andhra

a numeric vector

Examples

Run this code
# NOT RUN {
data(oral.lesion)
chisq.test(oral.lesion)$p.value
chisq.test(oral.lesion,simulate.p.value=TRUE)$p.value ## exact is.0269
# }

Run the code above in your browser using DataLab