Description Usage Arguments Details Value Author(s) References See Also Examples
Print model information
1 | print_summary(x, digits = getOption("digits"), ...)
|
x |
a model fitted by |
digits |
an integer indicating the decimal places. If not supplied, it is taken from |
... |
further options for |
This function prints out both summary.glm
and summary.glm
outputs added of extra relevant information.
The function invisibly returns a list with the following objects
summary.glm |
summary information of the linear part of the model. See |
summary.gam |
summary information of the non-linear part of the model. See |
dispersion |
estimate of the dispersion parameter |
pearson |
estimate of the generalized Pearson's statistic |
residuals.df |
residuals degrees of freedom |
deviance |
estimate of the deviance |
Washington Junger wjunger@ims.uerj.br and Antonio Ponce de Leon ponce@ims.uerj.br
McGullagh, P., Nelder, J. A. (1989) Generalized linear models. Chapman and Hall.
Hastie, T., Tibshirani, R. (1990) Generalized additive models. 2 ed. Chapman and Hall.
gam
,glm
,summary.gam
,summary.glm
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.