R Dataset / Package boot / capability
On this R-data statistics page, you will find information about the capability data set which pertains to Simulated Manufacturing Process Data. The capability data set is found in the boot R package. You can load the capability data set in R by issuing the following command at the console data("capability"). This will load the data into a variable called capability. If R says the capability data set is not found, you can try installing the package by issuing this command install.packages("boot") 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 capability R data set. The size of this file is about 374 bytes.
Simulated Manufacturing Process Data
Description
The capability
data frame has 75 rows and 1 columns.
The data are simulated successive observations from a process in equilibrium. The process is assumed to have specification limits (5.49, 5.79).
Usage
capability
Format
This data frame contains the following column:
y
-
The simulated measurements.
Source
The data were obtained from
Bissell, A.F. (1990) How reliable is your capability index? Applied Statistics, 39, 331–340.
References
Canty, A.J. and Davison, A.C. (1996) Implementation of saddlepoint approximations to resampling distributions. To appear in Computing Science and Statistics; Proceedings of the 28th Symposium on the Interface.
Davison, A.C. and Hinkley, D.V. (1997) Bootstrap Methods and Their Application. Cambridge University Press.
Dataset imported from https://www.r-project.org.