https://github.com/cran/epicalc
Raw File
Tip revision: d93e7a5e311f839fd00eed0643bd99241441f0c8 authored by Virasakdi Chongsuvivatwong on 28 September 2007, 00:00:00 UTC
version 2.5.1.5
Tip revision: d93e7a5
decay.rd
\name{Tooth decay}
\docType{data}
\alias{Decay}
\title{Dataset on tooth decay and mutan streptococci}
\description{
Relationship between bacteria and presence of any decayed tooth.
}
\usage{data(Decay)}
\format{
  A data frame with 436 observations on the following 2 variables.
  \describe{
    \item{\code{decay}}{a numeric vector}
    \item{\code{strep}}{a numeric vector}
  }
}
\source{Teanpaisan, R., Kintarak, S., Chuncharoen, C., Akkayanont, P. 1995
Mutans Streptococci and dental -caries in schoolchildren 
in Southern Thailand. 
\emph{Community Dentistry and Oral Epidemiology}  \bold{23}: 317-318.}
\examples{
data(Decay)
use(Decay)
des()
}
\keyword{datasets}
    
back to top