A vcov
method for singleRStaticCountData
class.
# S3 method for singleRStaticCountData
vcov(object, type = c("Fisher", "observedInform"), ...)
A covariance matrix for fitted coefficients, rows and columns of which
correspond to parameters returned by coef
method.
object of singleRStaticCountData class.
type of estimate for covariance matrix for now either expected (Fisher) information matrix or observed information matrix.
additional arguments for method functions
Returns a estimated covariance matrix for model coefficients
calculated from analytic hessian or Fisher information matrix usually
utilizing asymptotic effectiveness of maximum likelihood estimates.
Covariance type is taken from control parameter that have been provided
on call that created object
if arguments type
was not specified.
vcovHC.singleRStaticCountData()
sandwich::sandwich()