calcCvStats: Calculate Coefficient of Variation

Description Usage Arguments Value Author(s) Examples

Description

The function calculates the mean, standard deviation and coefficient of variation for replicates of an immunoassay.

Usage

1
calcCvStats(assay.obj, cv.threshold = 20)

Arguments

assay.obj

An ImmunoAssay object imported by importAssay

cv.threshold

Threshold for re-calculation of means and standard deviation based on coefficient of variation. The default threshold is 20 (i.e., 20% CV)

Value

An object of the class ImmunoAssay with calculated CV stats in the cv.table slot

Author(s)

Emma Gail

Examples

1
2
assay.obj <- importAssay(lognormAssay)
assay.obj <- calcCvStats(assay.obj)

rADA documentation built on March 24, 2021, 1:09 a.m.