Calib-class {calib} | R Documentation |
Class "Calib" ~~~
Description
~~ A concise (1-5 lines) description of what the class is. ~~
Objects from the Class
Objects can be created by calls of the form new("Calib", ...)
.
~~ describe objects here ~~
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
lof.test
:- Lack of fit object
calib.fit
:- calib.fit object
Methods
- plot
signature(x = "Calib", y = "missing")
: ...
Author(s)
Perry Haaland, Daniel Samarov, Elaine McVey
See Also
calib
Examples
showClass("Calib")
[Package
calib version 0.1.02
Index]