Learn R Programming

dobson (version 0.4)

ear: Ears data from table 11.10

Description

Numbers of ears clear of acute otitis media at 14 days by antibiotic treatment and age of the child. The children had acute otitis media in both ears.

Usage

data(ear)

Arguments

Format

A tibble with 18 observations and the following 4 variables.

age

child's age

treatment

two treatments coded CEF and AMO

number clear

number of clear ears

frequency

faculty

Examples

Run this code
# NOT RUN {
data(ear)
summary(ear)
# }

Run the code above in your browser using DataLab