bife_control | R Documentation |
bife
Control ParametersSet and change parameters used for fitting bife
.
bife_control( dev_tol = 1e-08, iter_max = 25L, trace = FALSE, rho_tol = NULL, conv_tol = NULL )
dev_tol |
tolerance level for the first stopping condition of the maximization routine. The
stopping condition is based on the relative change of the deviance in iteration r
and can be expressed as follows:
|dev - devold| / (0.1 + |dev|) < tol.
Default is |
iter_max |
unsigned integer indicating the maximum number of iterations in the maximization
routine. Default is |
trace |
logical indicating if output should be produced in each iteration. Default is |
conv_tol, rho_tol |
deprecated; step-halving is now similar to |
The function bife_control
returns a named list of control
parameters.
bife
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.