Wrapper for regular glm/lm

# S4 method for GLMlike
vcov(object, which, ...)

Arguments

object
GLMlike
which
character, one of 'C', 'D'.
...
ignored

Value

covariance matrix

Methods (by generic)

  • vcov: return the variance/covariance of component which

Slots

weightFun
function to map expression values to probabilities of expression. Currently unused.