coef.nlmrt: Output model coefficients for nlmrt object.

Description Usage Arguments Details Value Note Author(s) See Also

View source: R/nlmrt.R

Description

coef.nlmrt extracts and displays the coefficients for a model estimated by nlxb or nlfb in the nlmrt structured object.

Usage

1
2
    ## S3 method for class 'nlmrt'
coef(object, ...)

Arguments

object

An object of class 'nlmrt'

...

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

Details

coef.nlmrt extracts and displays the coefficients for a model estimated by nlxb or nlfb.

Value

returns the coefficients from the nlmrt object.

Note

Special notes, if any, will appear here.

Author(s)

John C Nash <nashjc@uottawa.ca>

See Also

Function nls(), packages optim and optimx.


nlmrt documentation built on Sept. 19, 2017, 3 a.m.