vcov.sparse.sglmm {ngspatial} | R Documentation |
Return the covariance matrix of the regression parameters of a sparse.sglmm
model object.
Description
Return the covariance matrix of the regression parameters of a sparse.sglmm
model object.
Usage
## S3 method for class 'sparse.sglmm'
vcov(object, ...)
Arguments
object |
a fitted |
... |
additional arguments. |
Value
An estimate of the posterior covariance matrix of the regression coefficients.
[Package ngspatial version 1.2-2 Index]