Description Usage Arguments Value
View source: R/fitmethod-optim.R
use optim to fit a mortality model
| 1 2 | 
| model.obj | a mortalityModel object | 
| data | a mortalityData object | 
| theta.init | if not NULL, starting values to use for theta | 
| random.start | if TRUE, and the model.obj has a non-NULL theta.range, then draw a random starting value uniformly from the values specified by theta.range | 
| verbose | if TRUE, print extra info | 
| auto.retry | if TRUE, then if convergence isn't reached, automatically retry with another draw of random starting values | 
| ... | TODO | 
a mortalityFitOptim object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.