glance.mixpoissonreg: Glance at a 'mixpoissonreg' object

Description Usage Arguments Value See Also

View source: R/8_tidy_mixpoissonreg.R

Description

Glance accepts a mixpoissonreg object and returns a tibble::tibble() with exactly one row of model summaries. The summaries are Efron's pseudo-R^2, degrees of freedom, AIC, BIC, log-likelihood, the type of model used in the fit ('NB' or 'PIG'), the total number of observations and the estimation method.

Usage

1
2
## S3 method for class 'mixpoissonreg'
glance(x, ...)

Arguments

x

A mixpoissonreg object.

...

Additional arguments. Currently not used.

Value

A tibble::tibble() with exactly one row and columns:

See Also

augment.mixpoissonreg, tidy.mixpoissonreg, tidy_local_influence.mixpoissonreg, autoplot.mixpoissonreg, local_influence_autoplot.mixpoissonreg


mixpoissonreg documentation built on March 11, 2021, 1:07 a.m.