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

Description Usage Arguments Details Value Author(s) See Also

View source: R/nlsr-package.R

Description

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

Usage

1
2
    ## S3 method for class 'nlsr'
print(x, ...)

Arguments

x

An object of class 'nlsr'

...

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

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.

Value

Invisibly returns the input object.

Author(s)

John C Nash <nashjc@uottawa.ca>

See Also

Function nls(), packages optim and optimx.


nlsr documentation built on Nov. 23, 2021, 3:01 a.m.