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

tidy_zipR 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 hurdle or zeroinfl model object.

type

A character string for which model coefficients to return: "all", "count", or "zero".

...

Not currently used.

Value

A tibble


poissonreg documentation built on Aug. 22, 2022, 5:07 p.m.