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