bcfraildv.control {bcfrailphdv}R Documentation

Arguments for controlling bcfraildv fits.

Description

This is used to set various numeric parameters controlling a bcfraildv model fit as a single list.

Usage

bcfraildv.control(
  max.iter = 500,
  tol = 1e-04,
  eval.max = 500,
  iter.max = 500,
  trace = 0,
  abs.tol = 1e-20,
  rel.tol = 1e-10,
  x.tol = 1.5e-08,
  xf.tol = 2.2e-14,
  step.min = 1,
  step.max = 1
)

Arguments

max.iter

Maximum number of iterations allowed. The default is 500.

tol

A tolerance for convergence i.e the maximum differences of loglikelihood between succssive iterations.The default is 1e-04.

eval.max

argument used to control nlminb fits used.

iter.max

argument used to control nlminb fits used.

trace

argument used to control nlminb fits used.

abs.tol

argument used to control nlminb fits used.

rel.tol

argument used to control nlminb fits used.

x.tol

argument used to control nlminb fits used.

xf.tol

argument used to control nlminb fits used.

step.min

argument used to control nlminb fits used.

step.max

argument used to control nlminb fits used.

Value

A list of control parameters.

See Also

bcfraildv


[Package bcfrailphdv version 0.1.1 Index]