| calibrate.rrvglm.control | R Documentation |
Algorithmic constants and parameters for running
calibrate.rrvglm are set using this function.
calibrate.rrvglm.control(object, trace = FALSE, method.optim = "BFGS",
gridSize = ifelse(Rank == 1, 17, 9), ...)
object |
The fitted |
trace, method.optim |
Same as |
gridSize |
Same as |
... |
Avoids an error message for extraneous arguments. |
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.
Similar to calibrate.qrrvglm.control.
calibrate.rrvglm,
Coef.rrvglm.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.