vcov.egf | R Documentation |
Extracts (or, if necessary, computes) the covariance matrix of
bottom level parameters beta
and theta
,
corresponding to the output of coef(object)
.
## S3 method for class 'egf'
vcov(object, ...)
object |
an |
... |
unused optional arguments. |
If the resulting matrix is not finite or not positive definite,
then the fit specified by object
should be investigated,
as the optimizer that produced the fit may have failed to converge.
A real, symmetric matrix.
The generic function vcov
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.