Summarize results from fitting a Poisson model with
robust/empirical/sandwich covariance.
The output is the same as for a regular summary(glm(...))
,
except for using robust standard errors.
Usage
# S3 method for robpoisson
summary(
object,
dispersion = NULL,
correlation = FALSE,
symbolic.cor = FALSE,
...
)