| Production {gpk} | R Documentation |
Quality control for examining consistency in weight
Description
The data gives actual weights of a product (for a target weight of 150gm) in a manufacturing unit. Other relevant details like week, date, hour of the day are also given. It is of interest to check consistency in weights of the product with respect to these factors. The data are not balanced.
Usage
data(Production)
Format
A data frame with 670 observations on the following 7 variables.
WeekWeek number
DateDate (6 different dates)
HourHour of the day (1-23)
Line_NumberProduction line number (2 lines)
OperatorOperator (5 operators)
Actual_WeightActual weight (gm)
VendorVendor supplying raw material (3 vendors)
Details
One-way and multi-way ANOVA are suggested tools for this data set.
Source
http://ces.iisc.ernet.in/hpg/nvjoshi/statspunedatabook/databook.html
[Package gpk version 1.0 Index]