print.onls: Printing function for 'onls' objects

View source: R/S3_functions.R

print.onlsR Documentation

Printing function for 'onls' objects

Description

Provides a printed summary of the converged fit obtained from onls.

Usage

## S3 method for class 'onls'
print(x, ...)

Arguments

x

an object returned from onls.

...

other parameters for future methods.

Value

A printed summary containing the formula, data name, converged parameters, vertical residual sum-of-squares

\sum_{i=1}^{n}(y_i - \hat{y_i})^2

, orthogonal residual sum-of-squares

\sum_{i=1}^{n}\| D_i \|^2

, number of points with orthogonality as obtained from check_o and number of iterations to convergence.

Author(s)

Andrej-Nikolai Spiess

Examples

## See 'onls'.

onls documentation built on Aug. 21, 2025, 5:59 p.m.