https://github.com/cran/survival
Raw File
Tip revision: 38a8ccc0fb014c2b2bfbb2b5153b419e615b01ba authored by Terry M Therneau on 16 April 2016, 19:26:46 UTC
version 2.39-2
Tip revision: 38a8ccc
genfan.Rd
\name{genfan}
\alias{genfan}
\docType{data}
\title{Generator fans}
\description{
The data come from a field engineering study of the time to failure of
diesel generator fans.  The ultimate goal was to decide whether or not
to replace the working fans with a higher quality fan to prevent
future failures.  Seventy generators were studied.  For each one, the
number of hours of running time from its first being put into service
until fan failure or until the end of the study(whichever came first)
was recorded.
}
\usage{data("genfan")}
\format{
  A data frame with 70 observations on the following 2 variables.
  \describe{
    \item{\code{hours}}{hours of service}
    \item{\code{status}}{1=failure, 0=censored}
  }
}
\references{
  Nelson, Journal of Quality Technology, 1:27-52, 1969
}
\keyword{datasets, survival}
back to top