genOptsOptim: genOptsOptim

Description Usage Arguments Value

View source: R/genModelSpecs.R

Description

Constructs a list with necessary elements for fitfh - only a convinience function.

Usage

1
genOptsOptim(tol = 1e-06, maxIter = 100, progress = FALSE)

Arguments

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

Value

A named list with tol, maxIter and progress as elements.


wahani/SAE documentation built on May 3, 2019, 7:37 p.m.