beta.control | R Documentation |
\beta
update algorithmThis function returns control arguments for the \beta
update algorithm.
Each argument has a default value, which will be used unless a different
value is provided by the user.
beta.control(eps = 1e-10, maxiter = 1, maxhalf = 10)
eps |
Convergence threshold. The update has converged when the relative
change in log-likelihood between iterations is less than |
maxiter |
Maximum number of iterations allowed. |
maxhalf |
Maximum number of half steps allowed per iteration if log-likelihood does not improve. |
Object of S3 class "betaControl", which is a list of control arguments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.