broom: broom's methods

Description Usage Arguments Details

Description

Methods to compute extract in a tidy way the elements of a fitted model

Usage

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

## S3 method for class 'mhurdle'
glance(x, ...)

Arguments

x

a model fitted with mhurdle

conf.int, conf.level

current see generics::tidy (currently unused)

...

further arguments, currently unused

Details

mhurdle exports the generics::tidy and generics::glance functions. The specific method provided for mhurdle objects enables the use of some package that relies on these functions (modelsummary for example)


mhurdle documentation built on Dec. 11, 2021, 9:21 a.m.