Learn R Programming

hadron (version 3.1.2)

summary.bootstrapfit: Summarize a bootstrap NLS fit

Description

Summarize a bootstrap NLS fit

Usage

# S3 method for bootstrapfit
summary(object, ..., digits = 2, print.correlation = TRUE)

Arguments

object

object returned by bootstrap.nlsfit

...

ignored

digits

number of significant digits to print in summary or print.

print.correlation

Logical. Whether to show the correlation between of the fit parameters.

Value

No return value.

See Also

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