vcov,fitode-method {fitode} | R Documentation |
Extract variance-covariance matrix from fitode objects
Description
Extracts variance-covariance matrix (either on response scales or link scales)
Usage
## S4 method for signature 'fitode'
vcov(object, type = c("response", "links"))
Arguments
object |
fitode object |
type |
type of covariance matrix. The default ( |
Value
The variance-covariance matrix of the fitode object
[Package fitode version 0.1.1 Index]