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"

Try the RelDists package in your browser

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

RelDists documentation built on Dec. 23, 2022, 1:26 a.m.