Global options used by the COMPoissonReg package.
Optim method to use when computing maximum likelihood estimates.
A list to be passed to control
when calling optim. fnscale will be ignored if specified.
Distance to be used when finite differences are taken.
Distance to be used when finite second differences are taken.
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)