Learn R Programming

faraway (version 1.0.8)

babyfood: Respiratory disease rates of babies fed in different ways

Description

Study on infant respiratory disease, namely the proportions of children developing bronchitis or pneumonia in their first year of life by type of feeding and sex.

Arguments

Format

A data frame with 6 observations on the following 4 variables.

disease

number with disease

nondisease

number without disease

sex

a factor with levels Boy Girl

food

a factor with levels Bottle Breast Suppl

Examples

Run this code

data(babyfood)
## maybe str(babyfood) ; plot(babyfood) ...

Run the code above in your browser using DataLab