Summary function for the HubbellGLM method
Usage
# S3 method for class 'HubbellGLM'
summary(
object,
dispersion = NULL,
correlation = FALSE,
symbolic.cor = FALSE,
...
)Arguments
- object
A fitted
HubbellGLMobject.- dispersion
Optional dispersion parameter. If
NULL, estimated from the data.- correlation
Logical; if
TRUE, print the correlation matrix of the estimated coefficients. Default isFALSE.- symbolic.cor
Logical; if
TRUE, print correlations as symbols. Default isFALSE.- ...
Additional arguments (currently unused).