print.onls | R Documentation |
Provides a printed summary of the converged fit obtained from onls
.
## S3 method for class 'onls' print(x, ...)
x |
an object returned from |
... |
other parameters for future methods. |
A printed summary containing the formula, data name, converged parameters, vertical residual sum-of-squares
∑_{i=1}^{n}(y_i - \hat{y_i})^2
, orthogonal residual sum-of-squares
∑_{i=1}^{n}\| D_i \|^2
, number of points with orthogonality as obtained from check_o
and number of iterations to convergence.
Andrej-Nikolai Spiess
## See 'onls'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.