getConc:
Concentration Estimation
Description
Estimate analyte concentrations based on observed outcome and a fitted curve.
Usage
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
Details
Vectorized for y.