poisson_fit: Poisson Fit

Description Usage Arguments Value

Description

A wrapper for the glm function with the specs required for poisson regression model and similar for the zero inflated poisson model

Usage

1
poisson_fit(model_data, zero_inflated = FALSE)

Arguments

model_data

result data formated by poisson_build_model_data function

zero_inflated

default FALSE, if TRUE will use zero inflated poisson

Value

fitted model


neilcuz/panenkar documentation built on June 19, 2021, 7:31 p.m.