Methods to extract and replace the model coefficients.

formula(object) <- value

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

coef(object, ...)

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

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

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

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

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

coef(object, ...) <- value

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

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

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

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

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

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

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

# S4 method for class '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