sdreport_joint_precision: Get Joint Precision of TMB Fixed and Random

sdreport_joint_precisionR Documentation

Get Joint Precision of TMB Fixed and Random

Description

This is a copy of ⁠[TMB::sdreport]⁠ that removes all computations of ADREPORT()ed variables to only return the joint precision.

Usage

sdreport_joint_precision(
  obj,
  par.fixed = NULL,
  hessian.fixed = NULL,
  bias.correct = FALSE,
  bias.correct.control = list(sd = FALSE, split = NULL, nsplit = NULL),
  ignore.parm.uncertainty = FALSE,
  skip.delta.method = FALSE
)

Arguments

obj

Object returned by MakeADFun

par.fixed

Optional. Parameter estimate (will be known to obj when an optimization has been carried out).

hessian.fixed

Optional. Hessian wrt. parameters (will be calculated from obj if missing).

bias.correct

logical indicating if bias correction should be applied

bias.correct.control

a list of bias correction options; currently sd, split and nsplit are used - see details.

ignore.parm.uncertainty

Optional. Ignore estimation variance of parameters?

skip.delta.method

Skip the delta method? (FALSE by default)


mrc-ide/naomi documentation built on April 10, 2024, 2:13 p.m.