Skip to contents

Returns the fixed-effect covariance matrix produced by TMB::sdreport(). Random-effect covariance is not returned here — use object$sdrep for the full report.

Usage

# S3 method for class 'Rceattle'
vcov(object, ...)

Arguments

object

An object of class "Rceattle" returned by fit_mod().

...

Currently unused.

Value

A numeric matrix, or NULL if sdreport was not run (i.e. the fit was produced with getsd = FALSE).