Learn R Programming

poissonreg (version 1.0.1)

tidy_zip: Turn zero-inflated model results into a tidy tibble

Description

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", ...)

Value

A tibble

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.