GitHub - GeoBosh/Countr: R package for flexible univariate count models based on renewal processes (original) (raw)
Installing Countr
The latest stable version is on CRAN.
install.packages("Countr")
You can install the development version ofCountr
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 vignettevignette("Countr_guide")
along wth several additional vignettes containing worked examples and additional details, seeCountr CRAN page.
The package is developed by Tarak Kharrat and Georgi N.Boshnakov.