coef-methods: coefficients extract and replacement

formula<-R Documentation

coefficients extract and replacement

Description

Methods to extract and replace the model coefficients.

Usage

formula(object) <- value

## S4 replacement method for signature 'submodel,formula'
formula(object) <- value

coef(object, ...)

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

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

## S4 method for signature 'a4aStkParams'
coef(object)

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

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

coef(object, ...) <- value

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

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

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

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

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

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

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

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

Arguments

object

object of relevant class (see signature of method)

value

the new object

...

additional argument list that might never be used


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