Description Usage Arguments Value See Also
View source: R/print_summary.R
These functions are all methods for class evreg
or
summary.evreg
objects. They provide similar functionality
to summary.glm
.
1 2 3 4 5 6 7 8 |
object |
an object inheriting from class "evreg", a result of a call to
|
correlation |
logical; if TRUE, the correlation matrix of the estimated parameters is returned and printed. |
symbolic.cor |
logical. If TRUE, print the correlations in a symbolic
form (see |
... |
Additional optional arguments. At present no optional arguments are used. |
digits |
An integer. Used for number formatting with
|
signif.stars |
logical. If TRUE, 'significance stars' are printed for each coefficient. |
summary.glm
returns an object of class
"summary.evreg"
, a list with components
call |
the component |
coefficients |
the matrix of coefficients, standard errors, z-values and p-values. |
deviance |
the deviance of the fitted model, calculated as
|
df.residual |
the residual degrees of freedom, calculated as
|
aic |
the component |
print.summary.glm
prints the call, a table of estimated
coefficients, standard errors, the estimate/SE ratio and a two-tailed
approximate p-value based on a standad normal reference distribution.
Significance stars are added if signif.stars = TRUE
.
Also printed are the residual deviance and residual degrees of freedom
and the value of AIC.
The argument x
is returned invisibly.
gevreg
GEV generalized linear regression modelling.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.