| Hookworm 1993 {epiDisplay} | R Documentation |
Dataset from a study on hookworm prevalence and intensity in 1993
Description
A dataset from a cross-sectional survey in 1993 examining hookworm infection
Usage
data(HW93)
Format
A data frame with 637 observations on the following 6 variables.
ida numeric vector for personal identification number
epga numeric vector for eggs per gram of faeces
agea numeric vector for age in years
shoea factor for shoe wearing with levels
noyesintensea factor for intensity of infection in epg. with levels
01-1,9992,000+agegra factor for age group with levels
<15 yrs15-59 yrs60+ yrs
Examples
data(HW93)
des(HW93)
.data <- HW93
.data$order.intense <- ordered(.data$intense)
ord.hw <- polr(ordered(intense) ~ agegr + shoe, data=.data)
summary(ord.hw)
ordinal.or.display(ord.hw)
[Package epiDisplay version 3.5.0.2 Index]