R/equipment-data.R

#' Electronic equipment data
#'
#' Time to failure in hours of 18 units of the same electronic device.
#' 
#' @docType data
#'
#' @usage data(equipment)
#' 
#' @keywords datasets
#' 
#' @format A vector with 18 observations.
#' @importFrom graphics hist
#' @examples
#' data(equipment)
#' hist(equipment, main="", xlab="Time (h)")
"equipment"
ousuga/RelDists documentation built on Jan. 12, 2023, 10:27 p.m.