Skip to contents

[Stable]

Specify the coefficients for the assay error polynomial.

Usage

errorPoly(coeffs, constant = FALSE)

Arguments

coeffs

Vector of up to four values for C0, C1, C2, C3, e.g. c(0.15, 0.1, 0, 0)

constant

If FALSE (default), use values in data first, but if missing, use values in model. If TRUE, use values in model regardless.