precprof {calib}R Documentation

Plotting function

Description

This creates a plot of the dose vs. coefficient of variation (cv) output from an object of class calib.fit.

Usage

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)

Arguments

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

Details

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.

Author(s)

Perry Haaland, Dnaiel Samarov, Elaine McVey

References

Davidian and Haaland 1992

See Also

calib.fit

Examples

data(ELISA)
attach(ELISA)
model <- calib.fit(Concentration, Response)

plot(model, type="precprof")


[Package calib version 0.1.02 Index]