rdl {calib} | R Documentation |
Methods for function rdl
rdl(x, ...)
x |
An object of class calib.fit |
... |
NA |
value |
Reliable detection limit |
Perry Haaland, Elaine McVey, Daniel Samarov
data(ELISA) attach(ELISA) model <- calib.fit(Concentration, Response) rdl(model)