negbin
summary.glm, but with three lines of additional output: the
ML estimate of theta, its standard error, and twice the log-likelihood
function.
summary.negbin(object, dispersion = 1, correlation = T) summary(object, dispersion = 1, correlation = T)
negbin inheriting from
glm and
lm.
Typically the output of
glm.nb.
summary.glm, with a default of 1.
summary.glm.
summary.glm; the additional lines of output are not included in
the resultant object.
summary.glm, with the additional
information described above.
summary.glm is used to produce the majority of the output and supply the
result.
This function is a method for the generic function
for class negbin.
It can be invoked by calling
for an object x of the appropriate class, or directly by calling
regardless of the class of the object.
summary(glm.nb(Days ~ Eth*Age*Lrn*Sex, quine, link = log))