Turn zero-inflated model results into a tidy tibble
Usage
# S3 method for zeroinfl
tidy(x, type = "count", ...)
# S3 method for hurdle
tidy(x, type = "count", ...)
Arguments
- x
A hurdle
or zeroinfl
model object.
- type
A character string for which model coefficients to return:
"all", "count", or "zero".
- ...
Not currently used.