Description Usage Format Examples
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.
1 | data("antibiotics.in.children")
|
A data frame with 92 observations, each representing a child, on the following variable.
condition
Pre-existing medical conditions.
1 2 3 | data(antibiotics.in.children)
(tab <- table(antibiotics.in.children))
barplot(tab)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.