Hakimi's data {epiDisplay}R Documentation

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.

dead

neonatal death: 1=yes, 0=no

treatment

intervention programme: 1=yes, 2=no

malpres

malpresentation of fetus: 1=yes, 0=no

birthwt

birth weight for foetus in gram

Examples

data(Hakimi)
.data <- Hakimi
attach(.data)
cc(dead, treatment)
mhor(dead, treatment, malpres)
detach(.data)

[Package epiDisplay version 3.5.0.2 Index]