data(windshield)
# Basic summary of the dataset
summary(windshield)
# Histogram of service times
hist(
windshield,
main = "Service Times of Aircraft Windshields",
xlab = "Service Time (years)",
col = "lightgray",
border = "white"
)
Run the code above in your browser using DataLab