View source: R/varComprob.control.R
varComprob.control | R Documentation |
varComprob()
and Auxiliaries
Tuning Parameters for varComprob()
which performs S, composite S and
Tau estimators for variance component models.
varComprob.control(init = NULL, lower = 0, upper = Inf, epsilon = 0.001, tuning.chi = NULL, bb = 0.5, tuning.psi = NULL, arp.chi = 0.1, arp.psi = NULL, max.it = 100, rel.tol.beta = 1e-06, rel.tol.gamma = 1e-05, rel.tol.scale = 1e-05, trace.lev = 0, method = c("compositeTau", "compositeS", "compositeMM", "Tau", "S", "MM"), psi = c("optimal", "bisquare", "rocke"), beta.univ = FALSE, gamma.univ = FALSE, fixed.init = c("lmrob.S", "lmRob"), cov.init = c("TSGS", "2SGS", "covOGK"), cov = TRUE, ...)
init |
A list with initial values. The only components used are
|
lower |
A numeric vector with length equals to |
upper |
A numeric vector with length equals to |
epsilon |
A positive numeric scalar. This value is set to the non
negative elements of |
tuning.chi |
tuning constant vector for the rho_1 function. If
|
bb |
expected value under the normal model of the rho function
with tuning constant equal to |
tuning.psi |
tuning constant vector for the rho_2 function. If
|
arp.chi |
tuning constant vector for the rho_1 function in case
|
arp.psi |
tuning constant vector for the rho_2 function in case
|
max.it |
integer specifying the maximum number of IRWLS iterations. |
rel.tol.beta |
(for the RWLS iterations algorithm of the fixed parameters): relative convergence tolerance for the parameter vector. |
rel.tol.gamma |
(for the |
rel.tol.scale |
relative convergence tolerance for the scale vector. |
trace.lev |
integer indicating if the progress of the algorithm should be traced (increasingly); default 'trace.lev = 0' does no tracing. |
method |
string specifying the estimator-chain. For now available procedures are 'compositeS', 'compositeTau' and 'S'. Default is set to 'compositeTau'. |
psi |
string specifying the type psi-function used. Available choices for the composite methods are "bisquare" and "optimal". For classic methods "rocke", "bisquare" and "optimal". Defaut is set to "optimal". |
beta.univ |
logical. If |
gamma.univ |
logical. If |
fixed.init |
string with function name to be used to calculate initial value of the fixed effect parameters. Possible values are "lmrob.S" and "lmRob". |
cov.init |
function or string with function name to be used to calculate initial covariance matrix estimate if necessary. Possible string value is "TSGS", "2SGS" and "covOGK". Default is set to "TSGS". |
cov |
logical. If |
... |
further arguments. |
returns a named 'list' with over twenty components, corresponding to the arguments.
Claudio Agostinelli and Victor J. Yohai
## Show the default settings: str(varComprob.control())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.