vcov.grid {rts2} | R Documentation |
Calculate Variance-Covariance matrix for a maximum likelihood object stored in grid
Description
Returns the variance-covariance matrix for a LGCP object fit using maximum likelihood. If no relevant model is stored then the function returns an error
Usage
## S3 method for class 'grid'
vcov(object, ...)
Arguments
object |
A |
... |
Further arguments passed from other methods |
Value
A variance-covariance matrix.
[Package rts2 version 0.7.5 Index]