glance.mixpoissonreg {mixpoissonreg}R Documentation

Glance at a mixpoissonreg object

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

## 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


[Package mixpoissonreg version 1.0.0 Index]