tidy_zip {poissonreg} | R Documentation |
Turn zero-inflated model results into a tidy tibble
Description
Turn zero-inflated model results into a tidy tibble
Usage
## S3 method for class 'zeroinfl'
tidy(x, type = "count", ...)
## S3 method for class 'hurdle'
tidy(x, type = "count", ...)
Arguments
x |
A |
type |
A character string for which model coefficients to return: "all", "count", or "zero". |
... |
Not currently used. |
Value
A tibble
[Package poissonreg version 1.0.1 Index]