R/BallBearing.R

#' Ball-bearing times
#'
#' A data set of ball-bearing failure times.
#'
#' @format A data set with 23 observations.
#' \describe{
#' \item{ball-bearing}{23 failure times (each measurement in 106 revolutions).}
#' }
#' @source Andrew G. Glen (2017) On the Inverse Gamma as a Survival Distribution. Journal of Quality Technology. 43(2)158-166.
"ballbearing"
#ballbearing <- read.table(file = "ballbearing.txt", header = TRUE)
#usethis::use_data(ballbearing,overwrite = TRUE)

Try the sglg package in your browser

Any scripts or data that you put into this service are public.

sglg documentation built on Nov. 28, 2025, 1:06 a.m.