formula<- | R Documentation |
Methods to extract and replace the model coefficients.
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
object |
object of relevant class (see signature of method) |
value |
the new object |
... |
additional argument list that might never be used |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.