Learn R Programming

onls (version 0.1-1)

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

"summary"(object, correlation = FALSE, symbolic.cor = FALSE, ...)

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.

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.

Examples

Run this code
## See 'onls'.

Run the code above in your browser using DataLab