View source: R/models_zeroinfl.R
glm_zeroinfl | R Documentation |
Implements standardaized functions to fit the zero inflated model with Poisson or Negative Binomial distribution, and to obtain coefficients, pvalues, etc.
glm_zeroinfl(dist = "poisson")
dist |
either 'poisson' or 'negbin' |
structure containing functions fit
, coefficients
,
aic
, data
, pterm
, pmodel
, and a
character string "glm_zeroinfl" in model
.
x <- glm_zeroinfl("negbin")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.