bcfraildv.control | R Documentation |
This is used to set various numeric parameters controlling a bcfraildv model fit as a single list.
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 )
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. |
A list of control parameters.
bcfraildv
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.