Description
Flexible Univariate Count Models Based on Renewal Processes.
Description
Flexible univariate count models based on renewal processes. The models may include covariates and can be specified with familiar formula syntax as in glm() and package 'flexsurv'. The methodology is described by Kharrat et all (2019) <doi:10.18637/jss.v090.i13> (included as vignette 'Countr_guide' in the package). If the suggested package 'pscl' is not available from CRAN, it can be installed with 'remotes::install_github("cran/pscl")'. It is no longer used by the functions in this package but is needed for some of the extended examples.
README.md
Installing Countr
The latest stable version is on CRAN.
install.packages("Countr")
You can install the development version of Countr
from Github:
library(devtools)
install_github("GeoBosh/Countr")
Overview
Flexible univariate count models based on renewal processes. The models may include covariates and can be specified with familiar formula syntax as in glm()
and package 'flexsurv'. The methodology is described in a forthcoming paper in the Journal of Statistical Software. The paper is included as vignette vignette("Countr_guide")
along wth several additional vignettes containing worked examples and additional details, see Countr CRAN page.
The package is developed by Tarak Kharrat and Georgi N.Boshnakov.