calcL2AV: Calculate L2 Acceptance Value

Description Usage Arguments Value Examples

Description

Calculate the L2 acceptance value from the assay values of a 30-unit sample of dosage units. Usually applied after an L1 failure.

Usage

1
calcL2AV(sample10, sample20, T = 100)

Arguments

sample10

A vector containing the individual assay values of 10 dosage units.

sample20

A vector containing the individual assay values of an additional 20 dosage units.

T

The target assay value. T=100 in most circumstances.

Value

List the L2 Acceptance Value and a logical indicating whether the sample passed.

Examples

1
2
3
sample1 <- seq(95, 104)
sample2 <- seq(95, 104.5, by=0.5)
calcL2AV(sample1, sample2)

bobsaw/contentU documentation built on May 28, 2019, 7:12 p.m.