knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The izipr
package provides a collection of functions for estimation, testing and diagnostic checking for an interpretable zero-inflated models.
Currently izipr
supports log-linear generalized linear models, as well as integer-valued GARCH models with identity link.
Work is progressing to include a zero-inflated negative binomial version of these models.
izipr
is not available from CRAN yet but you can install the development version from GitHub with:
# install.packages("devtools") devtools::install_github("thomas-fung/izipr")
A reference manual and some examples are available at thomas-fung.github.io/izipr
If you use this package to analyse your data, please use the following citation:
From R you can use:
citation("izipr") toBibtex(citation("izipr"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.