summary.onls: Summary function for 'onls' objects

View source: R/S3_functions.R

summary.onlsR 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 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.

Author(s)

Andrej-Nikolai Spiess

Examples

## See 'onls'.

onls documentation built on Oct. 31, 2022, 5:06 p.m.