Description Usage Arguments Details Value Author(s) See Also
View source: R/lqmm_lqmmControl.R
A list of parameters for controlling the fitting process.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
method |
character vector that specifies the estimation method: "gs" for gradient search (default) and "df" for Nelder-Mead. |
LP_tol_ll |
tolerance expressed as absolute change of the log-likelihood. |
LP_tol_theta |
tolerance expressed as absolute change of |
check_theta |
logical flag. If TRUE the algorithm performs an additional check on the change in the estimates. |
LP_step |
step size (default standard deviation of response). |
beta |
decreasing step factor for line search (0,1). |
gamma |
nondecreasing step factor for line search (>= 1). |
reset_step |
logical flag. If |
LP_max_iter |
maximum number of iterations |
UP_tol |
tolerance expressed as absolute change of the |
UP_max_iter |
maximum number of iterations. |
startQR |
logical flag. If |
verbose |
logical flag. |
LP
(lower loop) refers to the estimation of regression coefficients
and variance-covariance parameters. UP
(upper loop) refers to the
estimation of the scale parameter.
a list of control parameters.
Marco Geraci
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.