coefficients
|
estimated coefficients,
|
residuals
|
a vector of raw residuals (observed - fitted),
|
fitted.values
|
a vector of fitted means,
|
optim
|
a list with the output from the optim call for minimizing the negative log-likelihood,
|
control
|
the control arguments passed to the optim call,
|
start
|
the starting values for the parameters passed to the optim call(s),
|
weights
|
the case weights used (if any),
|
offset
|
the offset vector used (if any),
|
n
|
number of observations,
|
df.null
|
residual degrees of freedom for the null model,
|
df.residual
|
residual degrees of freedom for fitted model,
|
terms
|
terms objects for the model,
|
theta
|
(estimated) \(\theta\) parameter of the negative binomial model,
|
SE.logtheta
|
standard error for \(\log(\theta)\),
|
loglik
|
log-likelihood of the fitted model,
|
vcov
|
covariance matrix of the coefficients in the model (derived from the Hessian of the optim output),
|
dist
|
character describing the distribution used,
|
converged
|
logical indicating successful convergence of optim,
|
call
|
the original function call,
|
formula
|
the original formula,
|
levels
|
levels of the categorical regressors,
|
contrasts
|
contrasts corresponding to levels from the model,
|
model
|
the model frame (if model = TRUE),
|
y
|
the response count vector (if y = TRUE),
|
x
|
model matrix (if x = TRUE).
|