Learn R Programming

Planesmuestra (version 0.1)

lot_size_DR: Data: Lot size for Dodge Romig acceptance sampling plan

Description

Shows the results for a given lot size, AOQL or LPTD plan and a fraction of non conforming items. The results are: the acceptance number - n -, the rejection number - c -, and the corresponding AOQL - LPTD percentage.

Usage

data("lot_size_DR")

Arguments

Format

A data frame with 222 observations on the following 6 variables.

Source

Montgomery, D.C. (2005) Introduction to Statistical Quality Control, 5th ed. New York: John Wiley & Sons, ISBN 0-471-65631-3

Examples

Run this code
data(lot_size_DR)
## maybe str(lot_size_DR) ; plot(lot_size_DR) ...

Run the code above in your browser using DataLab