oral.lesion {UsingR} | R Documentation |
A data set on oral lesion location for three Indian towns.
data(oral.lesion)
A data frame with 9 observations on the following 3 variables.
a numeric vector
a numeric vector
a numeric vector
"Exact Inference for Categorical Data", by Cyrus R. Mehta and Nitin R. Patel. Found at http://www.cytel.com/papers/sxpaper.pdf.
data(oral.lesion)
chisq.test(oral.lesion)$p.value
chisq.test(oral.lesion,simulate.p.value=TRUE)$p.value ## exact is.0269