Methods to extract and replace the model coefficients.

formula(object) <- value

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

coef(object, ...)

# S4 method for a4aFitSA
coef(object)

# S4 method for SCAPars
coef(object)

# S4 method for a4aStkParams
coef(object)

# S4 method for submodels
coef(object)

# S4 method for submodel
coef(object)

coef(object, ...) <- value

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

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

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

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

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

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

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

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