algChk {gremlin}R Documentation

Optimization Algorithm Checks.

Description

Check and/or set optimization algorithms to use. Intended for internal use within gremlin

Usage

algChk(algit, maxit, ctrl, mc)

Arguments

algit

A character vector of algorithms for each iteration.

maxit

An integer indicating the number of REML iterations.

ctrl

A list of arguments set by gremlinControl.

mc

A model call.

Value

A list containing a vector algit specifying the currently implemented optimization algorithms for each iteration along with a vector each containing the type of first (fdit) and second (sdit) derivatives for each iteration (else NA if either is not applicable).

Author(s)

matthewwolak@gmail.com


[Package gremlin version 1.1.0 Index]