mdc {calib} | R Documentation |
Returns the minimum detectable concentration based on the model fitted by calib.fit
mdc(x, ...)
x |
An object of class calib.fit |
... |
NA |
Calculates the minimum detectable concentrations
value |
mdc value |
Perry Haaland, Elaine McVey, Daniel Samarov
data(HPLC) attach(HPLC) model <- calib.fit(Concentration, Response) mdc(model)