vcov-methods: Variance-covariance matrix

vcovR Documentation

Variance-covariance matrix

Description

Methods to extract and replace the variance-covariance matrix.

Usage

## S4 method for signature 'a4aFitSA'
vcov(object)

## S4 method for signature 'SCAPars'
vcov(object)

## S4 method for signature 'submodels'
vcov(object)

## S4 method for signature 'submodel'
vcov(object)

## S4 replacement method for signature 'a4aFitSA,numeric'
vcov(object, ...) <- value

## S4 replacement method for signature 'SCAPars,numeric'
vcov(object, ...) <- value

## S4 replacement method for signature 'a4aStkParams,numeric'
vcov(object, ...) <- value

## S4 replacement method for signature 'submodel,numeric'
vcov(object, ...) <- value

## S4 replacement method for signature 'submodel,matrix'
vcov(object, ...) <- value

## S4 replacement method for signature 'submodel,array'
vcov(object, ...) <- value

Arguments

object

object of relevant class (see signature of method)

...

additional argument list that might never be used

value

the new object


flr/FLa4a documentation built on June 4, 2023, 11:05 a.m.