- method
a character that takes one of two values: "bayes" or "mle"
- max.mode.error
if the estimated modes from INLA differ by a factor of max.mode.error or more from those computed internally, then results from INLA are replaced by those computed internally. To force INLA always to be used, then max.mode.error=100, to force INLA never to be used max.mod.error=0.
- mean
the prior mean for all the Gaussian additive terms for each node
- prec
the prior precision for all the Gaussian additive term for each node
- loggam.shape
the shape parameter in the Gamma distribution prior for the precision in a Gaussian node
- loggam.inv.scale
the inverse scale parameter in the Gamma distribution prior for the precision in a Gaussian node
- max.iters
total number of iterations allowed when estimating the modes in Laplace approximation
- epsabs
absolute error when estimating the modes in Laplace approximation for models with no random effects.
- error.verbose
logical, additional output in the case of errors occurring in the optimization
- trace
Non-negative integer. If positive, tracing information on the progress of the "L-BFGS-B" optimization is produced. Higher values
may produce more tracing information. (There are six levels of tracing. To understand exactly what these do see the source code.)
- epsabs.inner
absolute error in the maximization step in the (nested) Laplace approximation for each random effect term
- max.iters.inner
total number of iterations in the maximization step in the nested Laplace approximation
- finite.step.size
suggested step length used in finite difference estimation of the derivatives for the (outer) Laplace approximation when estimating modes
- hessian.params
a numeric vector giving parameters for the adaptive algorithm, which determines the optimal stepsize in the finite-difference estimation of the hessian. First entry is the initial guess, second entry absolute error
- max.iters.hessian
integer, maximum number of iterations to use when determining an optimal finite difference approximation (Nelder-Mead)
- max.hessian.error
if the estimated log marginal likelihood when using an adaptive 5pt finite-difference rule for the Hessian differs by more than max.hessian.error from when using an adaptive 3pt rule then continue to minimize the local error by switching to the Brent-Dekker root bracketing method
- factor.brent
if using Brent-Dekker root bracketing method then define the outer most interval end points as the best estimate of h (stepsize) from the Nelder-Mead as (h/factor.brent,h*factor.brent)
- maxiters.hessian.brent
maximum number of iterations allowed in the Brent-Dekker method
- num.intervals.brent
the number of initial different bracket segments to try in the Brent-Dekker method
- max.irls
total number of iterations for estimating network scores using an Iterative Reweighed Least Square algorithm
- tol
real number giving the minimal tolerance expected to terminate the Iterative Reweighed Least Square algorithm to estimate network score.
- ncores
The number of cores to parallelize to, see ‘Details’.
- seed
a non-negative integer which sets the seed.