Learn R Programming

nlsr (version 2021.8.19)

print.nlsr: Print method for an object of class nlsr.

Description

Print summary output (but involving some serious computations!) of an object of class nlsr from nlxb or nlfb from package nlsr.

Usage

# S3 method for nlsr
print(x, ...)

Value

Invisibly returns the input object.

Arguments

x

An object of class 'nlsr'

...

Any data needed for the function. We do not know of any!

Author

John C Nash <nashjc@uottawa.ca>

Details

printsum.nlsr performs a print method for an object of class 'nlsr' that has been created by a routine such as nlfb or nlxb for nonlinear least squares problems.

See Also

Function nls(), packages optim and optimx.