bcfrailph.control {bcfrailph} | R Documentation |
Arguments for controlling bcfrailph fits.
Description
This is used to set various numeric parameters controlling a bcfrailph model fits.
Usage
bcfrailph.control(
max.iter = 400,
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 outer iterations. The default is 400. |
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
[Package bcfrailph version 0.1.1 Index]