Learn R Programming

hadron (version 3.1.2)

predict.bootstrapfit: Predict values for bootstrapfit

Description

Predict values for bootstrapfit

Usage

# S3 method for bootstrapfit
predict(object, x, error = object$error.function, ...)

Arguments

object

Object of type bootstrapfit.

x

Numeric vector with independent variable.

error

Function to compute error from samples.

...

additional parameters to be passed on to the prediction function.

Value

List with independent variable x, predicted central value val, error estimate err and sample matrix boot.

See Also

Other NLS fit functions: bootstrap.nlsfit(), parametric.bootstrap.cov(), parametric.bootstrap(), parametric.nlsfit.cov(), parametric.nlsfit(), plot.bootstrapfit(), print.bootstrapfit(), simple.nlsfit(), summary.bootstrapfit()