Returns the calibrated bootstrap interval stored on the fit by default. With
method = "profile" the (over-confident) nls profile interval is computed
instead. The interval is for the asymptote parameter; see the bias caveat
in extrapolate().
Arguments
- object
A
spacc_fitobject.- parm
Ignored; the asymptote (
"a") is always returned.- level
Confidence level. Recomputed from stored bootstrap draws.
- method
"stored"(default) or"profile".- ...
Passed to
stats::confint()whenmethod = "profile".