calcL1AV: Calculate L1 Acceptance Value

Description Usage Arguments Value Examples

Description

Calculate the L1 acceptance value from the assay values of a 10 dosage unit sample.

Usage

1
calcL1AV(x, T = 100)

Arguments

x

A vector containing the individual assay values of 10 dosage units

T

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

Value

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

Examples

1
2
sample <- seq(95, 104)
calcL1AV(sample)

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