R/artset1987.R

#' Artset1987 data
#'
#' @description Times to failure of 50 devices put on life test at time 0.
#' 
#' @docType data
#' @name artset1987
#' @usage data(artset1987)
#' @format This data frame contains the following columns:
#' \itemize{
#' \item {t:} {Times to failure}
#' }
#' @references
#' 
#' \itemize{
#' \item Aarset, M. V. (1987). How to Identify a Bathtub Hazard Rate. IEEE Transactions on Reliability, 36, 106–108.
#' }
#'
#' @examples
#'
#' data(artset1987)
#' head(artset1987)
#'
NULL
carrascojalmar/GTDL documentation built on May 18, 2022, 1:12 p.m.