| predict.bootstrapfit | R Documentation |
Predict values for bootstrapfit
## S3 method for class 'bootstrapfit' predict(object, x, error = object$error.function, ...)
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. |
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.