getConc: Concentration Estimation

Description Usage Arguments Details

View source: R/ncal.R

Description

Estimate analyte concentrations based on observed outcome and a fitted curve.

Usage

1
2
getConc(fit, y, n.replicate = 1, check.out.of.range = 1, x.range = NULL, 
    y.range = NULL, verbose = FALSE)

Arguments

fit

drc object or bcrm object

y

numeric vector. Observed outcome in the samples of interest. Each element corresponds to one sample

n.replicate

integer. Number of replicates that are averaged to generate y

check.out.of.range

integer.

x.range

vector of 2 numbers. The minimal and maximal concentration of the standard samples

y.range

vector of 2 numbers. The minimal and maximal observed response of the standard samples

verbose

Boolean.

Details

Vectorized for y.


nCal documentation built on Sept. 13, 2021, 5:08 p.m.

Related to getConc in nCal...