Description Usage Arguments Value
View source: R/genModelSpecs.R
Constructs a list with necessary elements for fitfh
- only a convinience function.
1 | genOptsOptim(tol = 1e-06, maxIter = 100, progress = FALSE)
|
tol |
tolerance criterion for algorithms |
maxIter |
maximal number of iterations, used as a parameter in each optimization step (not cummulative) |
progress |
logical - print progress to the console |
A named list with tol
, maxIter
and progress
as elements.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.