Create a hurdle negative binomial specification
Examples
# Intercept-only hurdle
hurdle_negbin()
#> tulpaRatio Zero-Inflation Specification
#> ==================================
#> Type: Hurdle Negative Binomial
#> Formula: ~ 1 (intercept only)
# Hurdle probability depends on sampling effort
hurdle_negbin(~ log_effort)
#> tulpaRatio Zero-Inflation Specification
#> ==================================
#> Type: Hurdle Negative Binomial
#> Formula: ~log_effort