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

calibrate.rrvglm.control

Control Function for CLO (RR-VGLM) Calibration


Description

Algorithmic constants and parameters for running calibrate.rrvglm are set using this function.

Usage

calibrate.rrvglm.control(object, trace = FALSE, method.optim = "BFGS",
    gridSize = ifelse(Rank == 1, 17, 9), ...)

Arguments

object

The fitted rrvglm model. The user should ignore this argument.

trace, method.optim

Same as calibrate.qrrvglm.control.

gridSize

Same as calibrate.qrrvglm.control.

...

Avoids an error message for extraneous arguments.

Details

Most CLO users will only need to make use of trace and gridSize. These arguments should be used inside their call to calibrate.rrvglm, not this function directly.

Value

See Also


VGAM

Vector Generalized Linear and Additive Models

v1.1-5
GPL-3
Authors
Thomas Yee [aut, cre], Cleve Moler [ctb] (author of several LINPACK routines)
Initial release
2021-01-13

We don't support your browser anymore

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