Description Usage Arguments Value Note Author(s) Examples
This function takes the data frame=plan created by the AAZ14Single function and and a vector of proportion defectives=pd. It calculates OC and ASN values and creates a data frame.
1 | OCASNZ4S(plan,pd)
|
plan |
plan is a data frame with two rows containing sample no's=n,acceptance no's=c, and rejection no's=r for first and second samples |
pd |
pd is a vector of values of the poprtion defective to b used in the OC ASN Curves |
returns a data frame containing three columns 1)proportion defective=pd, 2)OC=prob accept, and 3)ASN=average sample no.
This function calls the function AAZ14Double to get the specifications and recall and print the plan.
John S. Lawson lawson@byu.edu
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.