Predict values for bootstrapfit
# S3 method for bootstrapfit
predict(object, x, error = object$error.function, ...)
Object of type bootstrapfit.
Numeric vector with independent variable.
Function to compute error from samples.
additional parameters to be passed on to the prediction function.
List with independent variable x
, predicted central value val
, error
estimate err
and sample matrix boot
.
Other NLS fit functions:
bootstrap.nlsfit()
,
parametric.bootstrap.cov()
,
parametric.bootstrap()
,
parametric.nlsfit.cov()
,
parametric.nlsfit()
,
plot.bootstrapfit()
,
print.bootstrapfit()
,
simple.nlsfit()
,
summary.bootstrapfit()