VarReg.control | R Documentation |
Use VarReg.control
to determine parameters for the fitting of semiVarReg
. Typically only used internally within functions.
VarReg.control(bound.tol = 1e-05, epsilon = 1e-06, maxit = 1000)
bound.tol |
Positive tolerance for specifying the interior of the parameter space. This allows the algorithm to terminate early if an interior maximum is found. If set to |
epsilon |
Positive convergence tolerance. If |
maxit |
integer giving the maximum number of EM algorithm iterations for a given parameterisation. |
This is used similarly to glm.control
. If required, it may be internally passed to another function.
A list of the three components: bound.tol
, epsilon
and maxit
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.