https://github.com/cran/epicalc
Raw File
Tip revision: 2ebfe51da212bfcadb4be6b6c3f33b9ec81905c3 authored by Virasakdi Chongsuvivatwong on 04 March 2008, 00:00:00 UTC
version 2.6.2.4
Tip revision: 2ebfe51
Hakimi.rd
\name{Hakimi's data}
\docType{data}
\alias{Hakimi}
\title{Dataset on effect of training personnel on neonatal mortality}
\description{
Subset of a dataset from an intervention trial of education on personnel and the effect on neonatal mortality. Non-fatal records were randomly selected from the original dataset, just for practice and interpretation of interaction term.
}
\usage{data(Hakimi)}
\format{A data frame containing 456 observations and 4 variables.
  \describe{
    \item{\code{dead}}{neonatal death: 1=yes, 2=no}
    \item{\code{treatment}}{intervention programme: 1=yes, 2=no}
    \item{\code{malpres}}{malpresentation of fetus: 1=yes, 2=no}
    \item{\code{birthwt}}{birth weight for foetus in gram}
  }
}
\examples{
data(Hakimi)
use(Hakimi)
des()
cc(dead, treatment)
mhor(dead, treatment, malpres)
}
\keyword{datasets}
    
back to top