R/construct_likelihood.R
vcov.likelihood_function.RdExtract variance-covariance matrix from a likelihood function
# S3 method for class 'likelihood_function'
vcov(object, ...)A symmetric matrix of covariances between parameter estimates
Computes the variance-covariance matrix as the inverse of the
observed information matrix at the MLE. For Gaussian models, uses the
unbiased estimator of variance (SSR/(n-p)) for compatibility with vcov.lm.