ball_bearing: Lifespan of ball bearings

Description Usage Format Source Examples

Description

A simulated data set on lifespan of ball bearings.

Usage

1

Format

A data frame with 75 observations on the following variable.

life_span

Lifespan of ball bearings (in hours).

Source

Simulated data.

Examples

1
2
3
4
5
6
library(ggplot2)

ggplot(ball_bearing, aes(x = life_span)) +
  geom_histogram(binwidth = 1)

qqnorm(ball_bearing$life_span)

tessington/qsci381 documentation built on Sept. 26, 2020, 12:40 p.m.