Description Usage Arguments Value Author(s) References
Methods for 'bergrm' objects
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## S3 method for class 'bergrm'
plot(x, residual = c("all", "quantile", "pearson"), ...)
## S3 method for class 'bergrm'
logLik(object, ...)
## S3 method for class 'bergrm'
AIC(object, ..., k = 2)
## S3 method for class 'bergrm'
coef(object, what = c("all", "mean", "dispersion"), ...)
## S3 method for class 'bergrm'
vcov(object, ...)
## S3 method for class 'bergrm'
model.matrix(object, matrix = c("all", "mean", "dispersion"), ...)
|
residual |
character; specifies which residual should be produced in the summary plot. The available arguments are "all" for both randomized quantile and Pearson residuals; "quantile" for randomized quantile residuals; and "pearson" for Pearson residuals. |
... |
further additional arguments. |
object |
an object of class |
k |
numeric, the penalty per parameter to be used; the default k = 2 is the classical AIC. |
what |
a character indicating which parameter coefficients are
required, parameters for the |
matrix |
a character indicating which model matrix is
required, the model matrix for the mean ( |
.
Rodrigo M. R. Medeiros <rodrigo.matheus@live.com>
Bourguignon, M. and Medeiros, R. M. R. (2020). A simple and useful regression model for fitting count data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.