sdreport_joint_precision | R Documentation |
This is a copy of [TMB::sdreport]
that removes all computations of ADREPORT()
ed variables to only return the joint precision.
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
)
obj |
Object returned by |
par.fixed |
Optional. Parameter estimate (will be known to |
hessian.fixed |
Optional. Hessian wrt. parameters (will be calculated from |
bias.correct |
logical indicating if bias correction should be applied |
bias.correct.control |
a |
ignore.parm.uncertainty |
Optional. Ignore estimation variance of parameters? |
skip.delta.method |
Skip the delta method? ( |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.