robust (version 0.4-18)

glmRob.control: glmRob Control Parameters

Description

Generates a list of control parameters for glmRob. The main purpose of this function is to implement the default behaviour for glmRob. Use the functions listed in the See Also section to generate control lists for the different robust estimators.

Usage

glmRob.control(method, ...)

Arguments

method

a character vector specifying which extimator the control parameters should be generated for. The choices are "cubif", "mallows", and "misclass".

additional arguments are included in the control (if appropriate for the estimator specified by method).

Value

a list of control parameters appropriate for the fitting method specified by the method argument.

See Also

glmRob.cubif.control, glmRob.mallows.control, glmRob.misclass.control.