integr.control function

Auxiliary for Controlling Numerical Integration

Auxiliary for Controlling Numerical Integration

Auxiliary function for the numerical integration used in the likelihood and composite likelihood functions. Typically only used internally by 'fitMR' and 'fitMRH'.

integr.control( rel.tol = .Machine$double.eps^0.25, abs.tol = rel.tol, subdivisions = 100L )

Arguments

  • rel.tol: relative accuracy requested.
  • abs.tol: absolute accuracy requested.
  • subdivisions: the maximum number of subintervals.

Returns

A list with components named as the arguments.

Details

The arguments are the same as integrate, but passed down to the C API of Rdqags used by integrate.

  • Maintainer: Chaoran Hu
  • License: GPL (>= 3.0)
  • Last published: 2024-01-10