summary.onls: Summary function for 'onls' objects
Description
Provides a summary for the parameters of the converged fit including their error estimates, and the standard errors in respect to vertical and orthogonal residuals.
Usage
# S3 method for onls
summary(object, correlation = FALSE, symbolic.cor = FALSE, ...)
Value
A summary similar to summary.nls
containing the formula, parameter estimates with their errors/significance, and standard errors in respect to vertical and orthogonal residuals.
Arguments
- object
an object returned from onls
.
- correlation
logical. If TRUE
, the correlation matrix of the estimated parameters is returned and printed.
- symbolic.cor
logical. If TRUE
, print the correlations in a symbolic form.
- ...
further arguments passed to or from other methods.
Author
Andrej-Nikolai Spiess