R Dataset / Package survival / genfan
On this R-data statistics page, you will find information about the genfan data set which pertains to Generator fans. The genfan data set is found in the survival R package. You can load the genfan data set in R by issuing the following command at the console data("genfan"). This will load the data into a variable called genfan. If R says the genfan data set is not found, you can try installing the package by issuing this command install.packages("survival") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the genfan R data set. The size of this file is about 437 bytes.
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.
hours
-
hours of service
status
-
1=failure, 0=censored
References
Nelson, Journal of Quality Technology, 1:27-52, 1969
Dataset imported from https://www.r-project.org.