glm.control1: Auxiliary for Controlling BRGLM Fitting

glm.control1R Documentation

Auxiliary for Controlling BRGLM Fitting

Description

Auxiliary function as user interface for brglm fitting. Typically only used when calling brglm or brglm.fit.

Usage

glm.control1(epsilon = 1e-08, maxit = 25, trace = FALSE, ...)

Arguments

epsilon

as in glm.control.

maxit

as in glm.control.

trace

as in glm.control.

...

further arguments passed to or from other methods.

Details

The only difference with glm.control is that glm.control1 supports further arguments to be passed from other methods. However, this additional arguments have no effect on the resulting list.

Author(s)

Ioannis Kosmidis, ioannis.kosmidis@warwick.ac.uk


brglm documentation built on Nov. 5, 2025, 6:37 p.m.

Related to glm.control1 in brglm...