summary.onls {onls} | R Documentation |
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 class 'onls'
summary(object, correlation = FALSE, symbolic.cor = FALSE, ...)
Arguments
object |
an object returned from |
correlation |
logical. If |
symbolic.cor |
logical. If |
... |
further arguments passed to or from other methods. |
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.
Author(s)
Andrej-Nikolai Spiess
Examples
## See 'onls'.
[Package onls version 0.1-2 Index]