Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/geobosh/countr
- Owner: GeoBosh
- Created: 2019-05-27T12:12:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-14T19:34:17.000Z (10 months ago)
- Last Synced: 2024-09-17T22:45:30.262Z (about 2 months ago)
- Topics: count-data, renewal-process, sports-modelling
- Language: R
- Homepage: https://geobosh.github.io/Countr/
- Size: 6.1 MB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.