Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

glmRob.cubif.control

Control Parameters for the Bounded Influence Robust GLM Estimator


Description

Allows users to set parameters for glmRob.

Usage

glmRob.cubif.control(epsilon = 0.001, maxit = 50, bpar = 2, cpar = 1.5,
  trc = FALSE, ...)

Arguments

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 TRUE the number of the current iteration is printed on the screen.

...

additional arguments are ignored.

Value

a list is returned containing the values specified in the Arguments section.

See Also


robust

Port of the S+ "Robust Library"

v0.5-0.0
GPL-2
Authors
Jiahui Wang, Ruben Zamar <ruben@stat.ubc.ca>, Alfio Marazzi <Alfio.Marazzi@inst.hospvd.ch>, Victor Yohai <vyohai@dm.uba.ar>, Matias Salibian-Barrera <matias@stat.ubc.ca>, Ricardo Maronna <maron@mate.unlp.edu.ar>, Eric Zivot <ezivot@u.washington.edu>, David Rocke <dmrocke@ucdavis.edu>, Doug Martin, Martin Maechler <maechler@stat.math.ethz.ch>, Kjell Konis <kjell.konis@me.com>.
Initial release
2020-03-07

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.