coef.nlmrt {nlmrt} | R Documentation |
Output model coefficients for nlmrt object.
Description
coef.nlmrt
extracts and displays the coefficients for a model
estimated by nlxb
or nlfb
in the nlmrt
structured
object
.
Usage
## 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
.
[Package nlmrt version 2016.3.2 Index]