View source: R/glmRob.cubif.control.q
glmRob.cubif.control | R Documentation |
Allows users to set parameters for glmRob
.
glmRob.cubif.control(epsilon = 0.001, maxit = 50, bpar = 2, cpar = 1.5,
trc = FALSE, ...)
epsilon |
a positive numeric values specifying the convergence threshold for the parameters. |
maxit |
a positive integer giving the maximum number of iterations. |
bpar |
bpar |
cpar |
a single positive numeric value specifying the tuning constant for the initial estimate. This is the truncation value for the likelihood equation for the initial estimate. It determines the starting point of the iterative algorithm to calculate the final estimate. |
trc |
a logical value. If |
... |
additional arguments are ignored. |
a list is returned containing the values specified in the Arguments section.
glmRob
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.