Extended variance matrix
vcovx(object, ...) ## Default S3 method: vcovx(object, ...) ## S3 method for class 'negbin' vcovx(object, ...)
object |
A fitted mdel objeds |
... |
currently ignored |
An extended variance matrix including parameters addition to the regression coefficients
fm <- glm.nb(Days ~ Sex/(Age + Eth*Lrn), quine) Sigma <- vcovx(fm)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.