Visual {BSDA} | R Documentation |
Visual acuity of a group of subjects tested under a specified dose of a drug
Description
Data for Exercise 5.6
Usage
Visual
Format
A data frame/tibble with 18 observations on one variable
- visual
visual acuity measurement
References
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
Examples
stem(Visual$visual)
boxplot(Visual$visual, col = "purple")
[Package BSDA version 1.2.2 Index]