Description Usage Arguments Value Examples
Lot Quality Assurance Sampling (LQAS) algorithm using a two standard, three class classification scheme.
1 | applyLQAS(x, upper = 0.8, lower = 0.5)
|
x |
A numeric vector |
upper |
A numeric value between 0 to 1 specifying the upper standard to use for classifying. Default is 0.8 |
lower |
A numeric value between 0 to 1 specifying the lower standard to use for classifying. Default is 0.5 |
A character vector providing corresponding classes. Can be either "High", "Moderate", "Low".
1 | #
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.