precprof {calib} | R Documentation |
This creates a plot of the dose vs. coefficient of variation (cv) output from an object of class calib.fit.
precprof(calib.fit.out, m = calib.fit.out@m, cv = calib.fit.out@cv, vlen = 500, mit = 1000, tolder = 0.001, ylim, xlab = "dose", ylab = "CV", txt.size = 1)
calib.fit.out |
An object outputed from calib.fit |
m |
Number of replicates |
cv |
Acceptable coefficient of variation |
ylim |
y limit |
xlab |
x label |
ylab |
y label |
txt.size |
Text size |
tolder |
... |
vlen |
... |
mit |
Max iterations |
At the top of the graph the lowest cv acceptable, the working range of the assay, and the number of reps is printed. Additionally note that precprof is accessed as a generic function through the plot function.
Perry Haaland, Dnaiel Samarov, Elaine McVey
Davidian and Haaland 1992
data(ELISA) attach(ELISA) model <- calib.fit(Concentration, Response) plot(model, type="precprof")