coef.nlsr {nlsr} | R Documentation |
coef.nlsr
extracts and displays the coefficients for a model
estimated by nlxb
or nlfb
in the nlsr
structured
object
.
## S3 method for class 'nlsr' coef(object, ...)
object |
An object of class 'nlsr' |
... |
Any data needed for the function. We do not know of any! |
coef.nlsr
extracts and displays the coefficients for a model
estimated by nlxb
or nlfb
.
returns the coefficients from the nlsr object.
John C Nash <nashjc@uottawa.ca>
Function nls()
, packages optim
and optimx
.