vcov.tinyVAST function

Extract Variance-Covariance Matrix

Extract Variance-Covariance Matrix

extract the covariance of fixed effects, or both fixed and random effects.

## S3 method for class 'tinyVAST' vcov(object, which = c("fixed", "random", "both"), ...)

Arguments

  • object: output from tinyVAST()
  • which: whether to extract the covariance among fixed effects, random effects, or both
  • ...: ignored, for method compatibility

Returns

A square matrix containing the estimated covariances among the parameter estimates in the model. The dimensions dependend upon the argument which, to determine whether fixed, random effects, or both are outputted.

  • Maintainer: James T. Thorson
  • License: GPL-3
  • Last published: 2025-03-21