Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/geobosh/countr

R package for flexible univariate count models based on renewal processes
https://github.com/geobosh/countr

count-data renewal-process sports-modelling

Last synced: about 1 month ago
JSON representation

R package for flexible univariate count models based on renewal processes

Awesome Lists containing this project

README

        

[![CRANStatusBadge](http://www.r-pkg.org/badges/version/Countr)](https://cran.r-project.org/package=Countr)
[![R-CMD-check](https://github.com/GeoBosh/Countr/workflows/R-CMD-check/badge.svg)](https://github.com/GeoBosh/Countr/actions)

# Installing Countr

The [latest stable version](https://cran.r-project.org/package=Countr) is on
CRAN.

install.packages("Countr")

You can install the [development version](https://github.com/GeoBosh/Countr) 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](https://cran.r-project.org/package=Countr).

The package is developed by Tarak Kharrat and Georgi N.Boshnakov.