| calib-class {calib} | R Documentation |
Object of class calib
Description
This is an object generated by using the calib function on an object of class calib.fit.
Contains results from performing calibration.
Slots
Estimated.x:- Predicted values of x
PredStdErr:- Predicted standard errors
inver.low:- Estimated lower confidence intervals using inverse method
inver.up:- Estimated upper confidence intervals using inverse method
wald.low:- Esimated lower confidence interval using Wald intervals
wald.up:- Estimated upper confidence interval using Wald intervals
waldl.low:- Internal use
waldl.up:- Internal use
avg.response:- y0 values
dilution:- Dilution factors
oor:- Values which fall out of range of assay
lmdc:- Internal use
row.names:- Internal use
labels:- Internal use
max.x:- Internal use
extrap:- Should values outside the concentration range be estimated
repeq:- Internal use
rname:- Internal use
conf.level:- Values to be used for estimating confidence intervals of
esimated concentrations
type:- Model type used (fpl, thpl or lin)
mdc:- Minimum detectable concentration values
truth:- If true concentration values are provided
in the calib function
times:- Internal use
samp.names:- Names of samples
Methods
- plot
- Plot results from a calib object.
- print
- Print results from a calib object.
- show
- Same as print.
- summary
- Same as print.
Author(s)
Perry Haaland, Elaine McVey, Daniel Samarov
See Also
calib.fit-class, calib.fit, calib, plot, show, summary,
print
Examples
showClass("calib")
[Package
calib version 2.0.1
Index]