Learn R Programming

tramME (version 1.0.3)

vcov.tramTMB: Variance-covariance matrix of the parameters

Description

Variance-covariance matrix of the parameters

Usage

# S3 method for tramTMB
vcov(
  object,
  par = object$env$par_checked,
  method = c("optimHess", "numDeriv", "analytical"),
  control = list(),
  ...
)

Arguments

object

A tramTMB object.

par

An optional vector of parameter values.

method

Method for calculating the covariance matrix.

control

Optional named list of controls to be passed to the specific methods.

...

Optional arguments (ignored)