tidy.mixpoissonreg: Tidy a 'mixpoissonreg' object

Description Usage Arguments Value See Also

View source: R/8_tidy_mixpoissonreg.R

Description

Tidy returns a tibble::tibble() containing informations on the coefficients of the model, such as the estimated parameters, standard errors, z-statistics and p-values. Additionally, it may return confidence intervals for the model parameters.

Usage

1
2
## S3 method for class 'mixpoissonreg'
tidy(x, conf.int = FALSE, conf.level = 0.95, ...)

Arguments

x

A mixpoissonreg object.

conf.int

Logical indicating whether or not to include a confidence interval in the tidied output. Defaults to FALSE.

conf.level

The confidence level to use for the confidence interval if conf.int = TRUE. Must be strictly greater than 0 and less than 1. Defaults to 0.95, which corresponds to a 95 percent confidence interval.

...

Additional arguments. Currently not used.

Value

A tibble containing the coefficients of the fitted mixpoissonreg object along with its estimates, std. errors, z-statistics and p-values.

See Also

glance.mixpoissonreg, augment.mixpoissonreg, tidy_local_influence.mixpoissonreg, autoplot.mixpoissonreg, local_influence_autoplot.mixpoissonreg


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