predict.bootstrapfit: Predict values for bootstrapfit

predict.bootstrapfitR Documentation

Predict values for bootstrapfit

Description

Predict values for bootstrapfit

Usage

## S3 method for class '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()


hadron documentation built on Sept. 9, 2022, 5:06 p.m.