openintro (version 2.0.0)

antibiotics: Pre-existing conditions in 92 children

Description

Pre-existing medical conditions of 92 children involved in a study on the optimal duration of antibiotic use in treatment of tracheitis, which is an upper respiratory infection.

Usage

antibiotics

Arguments

Format

A data frame with 92 observations, each representing a child, on the following variable.

condition

Pre-existing medical condition.

Examples

Run this code
# NOT RUN {
library(ggplot2)

ggplot(antibiotics, aes(x = condition)) +
  geom_bar() +
  labs(x = "Conidition", y = "Count",
       title = "Pre-existing coniditions of children",
       subtitle = "in antibiotic use study") +
  coord_flip()

# }

Run the code above in your browser using DataLab