vcov(object, ...)
summary()
object of such a fitted model.
glm
method this can be used to pass a
dispersion
parameter.
coef
method.
vcov.
will be
methods for this function.
Classes with methods for this function include:
lm
, mlm
, glm
, nls
,
summary.lm
, summary.glm
,
negbin
, polr
, rlm
(in package \href{https://CRAN.R-project.org/package=#1}{\pkg{#1}}MASSMASS),
multinom
(in package \href{https://CRAN.R-project.org/package=#1}{\pkg{#1}}nnetnnet)
gls
, lme
(in package \href{https://CRAN.R-project.org/package=#1}{\pkg{#1}}nlmenlme),
coxph
and survreg
(in package \href{https://CRAN.R-project.org/package=#1}{\pkg{#1}}survivalsurvival). (vcov()
methods for summary objects allow more
efficient and still encapsulated access when both
summary(mod)
and vcov(mod)
are needed.)