Skip to content

statcompute/py_countreg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

py_countreg

Introduction

The package py_countreg is a collection of functions to estimate various regression models for count outcomes.

It is an ongoing project. More functionalities will come later.

Core Functions

Count Outcome Regressions
  |
  |-- Equi-Dispersion (Baseline)
  |     |
  |     `-- stdpoisson() : Standard Poisson
  |
  |-- Over-Dispersion
  |     |
  |     `-- negbinom2()  : Negative Binomial (NB-2)
  |
  |-- Over- and Under-Dispersions
  |     |
  |     |-- genpoisson() : Generalized Poisson
  |     |
  |     `-- compoisson() : Conway-Maxwell Poisson
  |
  |-- Zero-Inflation
  |     |
  |     |-- hdlpoisson() : Hurdle Poisson
  |     |
  |     |-- hdlnegbin2() : Hurdle Negative Binomial (NB-2)
  |     |
  |     |-- zifpoisson() : Zero-Inflated Poisson
  |     |
  |     `-- zifnegbin2() : Zero-Inflated Negative Binomial (NB-2)
  |
  `-- Zero-Truncation
        |
        |-- ztrpoisson() : Zero-Truncated Poisson
        |
        |-- ztgpoisson() : Zero-Truncated Generalized Poisson
        |
        |-- ztcpoisson() : Zero-Truncated Conway-Maxwell Poisson
        |
        `-- ztrnegbin2() : Zero-Truncated Negative Binomial (NB-2)

Reference

WenSui Liu and Jimmy Cela (2008), Count Data Models in SAS, Proceedings SAS Global Forum 2008, paper 371-2008.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages