Executiv {BSDA} | R Documentation |
Ages of 25 executives
Description
Data for Exercise 1.104
Usage
Executiv
Format
A data frame/tibble with 25 observations on one variable
- age
a numeric vector
References
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
Examples
hist(Executiv$age, xlab = "Age of banking executives",
breaks = 5, main = "", col = "gray")
[Package BSDA version 1.2.2 Index]