Description Usage Arguments Details Value Author(s) References See Also
A list of parameters for controlling the fitting process.
1 2 3 | nlqmmControl(method = "Nelder-Mead", LL_tol = 1e-5, beta = 0.5,
max_iter = 500, analytic = FALSE, REoptimizer = "nlm",
REcontrol = list(), initialize = "nlme", verbose = FALSE)
|
method |
character vector that specifies the optimization algorithm in |
LL_tol |
tolerance expressed as absolute change of the log-likelihood. |
beta |
decreasing step factor for smoothing parameter |
max_iter |
maximum number of iterations. |
analytic |
logical flag. If |
REoptimizer |
optimizer for the modal random effects. The options are |
REcontrol |
a list of arguments to be passed to the optimizer for the modal random effects. See arguments in |
initialize |
character specifying what algorithm should be used to initialize all |
verbose |
logical flag. |
The parameters are initialized using one of "nls"
, "nlrq"
, or "nlme"
. These algorithms are started with the values given via the argument start
in nlqmm
. Only "nlme"
provides estimates of variance-covariance parameters and random effects. Therefore, when using the other algorithms, these parameters are initialized with a naive estimate.
The parameter omega
controls the quadratic approximation of the absolute deviation function at the kink 0 (Chen, 2007). In nlqmm
, the starting value for omega
is determined automatically and is not (currently) under the user's control. At each iteration, omega
is decreased by a factor beta
. The smaller omega
at convergence, the smaller the approximation error. See details of the algorithm in Geraci (2017).
a list of control parameters.
Marco Geraci
Chen C. (2007). A finite smoothing algorithm for quantile regression. Journal of Computational and Graphical Statistics, 16(1), 136-164.
Geraci M (2019). Modelling and estimation of nonlinear quantile regression with clustered data. Computational Statistics and Data Analysis, 136, 30-46.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.