Learn R Programming

BSDA (version 1.2.2)

Executiv: Ages of 25 executives

Description

Data for Exercise 1.104

Usage

Executiv

Arguments

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

Run this code

hist(Executiv$age, xlab = "Age of banking executives", 
breaks = 5, main = "", col = "gray")

Run the code above in your browser using DataLab