dynfrail_control: Control parameters for dynfrail

Description Usage Arguments Details Value See Also Examples

Description

Control parameters for dynfrail

Usage

1
2
dynfrail_control(nlm_control = list(stepmax = 1), inner_control = list(eps =
  1e-04, maxit = 100, verbose = FALSE, lik_tol = 1))

Arguments

nlm_control

A list of named arguments to be sent to nlm for the outer optimization.

inner_control

A list of parameters for the inner optimization. See details.

Details

The nlm_control argument should not overalp with hessian, f or p.

The inner_control argument should be a list with the following items:

The starting value of the outer optimization may be set in the dynfrail_dist() argument.

Value

An object of the type dynfrail_control.

See Also

dynfrail, dynfrail_dist

Examples

1
2
3
4
dynfrail_control()
# this stops each EM (inner maximization) after 10 iterations, event if it did not
# reach the maximum.
dynfrail_control(inner_control = list(maxit = 10))

dynfrail documentation built on May 2, 2019, 6:11 a.m.