Learn R Programming

nCal (version 0.3-2)

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 = TRUE, 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
Boolean.
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.