Learn R Programming

COMPoissonReg (version 0.6.1)

COMPoissonReg-options: Package options

Description

Global options used by the COMPoissonReg package.

Arguments

COMPoissonReg.optim.method

Optim method to use when computing maximum likelihood estimates.

COMPoissonReg.optim.control

A list to be passed to control when calling optim. fnscale will be ignored if specified.

COMPoissonReg.grad.eps

Distance to be used when finite differences are taken.

COMPoissonReg.hess.eps

Distance to be used when finite second differences are taken.

Details

options(COMPoissonReg.optim.method = 'L-BFGS-B') options(COMPoissonReg.optim.control = list(maxit = 150)) options(COMPoissonReg.grad.eps = 1e-5) options(COMPoissonReg.hess.eps = 1e-2)