bizicount
An R package for bivariate, zero-inflated (or non-inflated) count models using copulas.
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: ncbi.nlm.nih.gov -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.8%) to scientific vocabulary
Repository
An R package for bivariate, zero-inflated (or non-inflated) count models using copulas.
Basic Info
Statistics
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
- Releases: 5
Metadata Files
README.md
bizicount
<!-- badges: start -->
<!-- badges: end -->
The bizicount R-package is primarily for estimating copula-based bivariate
count regression models, with and without zero-inflation or overdispersion. However,
its full suite of functions can:
Estimate copula-based bivariate zero-inflated count regression models, as well as non-inflated models.
Estimate univariate zero-inflated count models (
zic.reg)Carry out post estimation diagnostics using the
DHARMapackage (simulate.bizicount,simulate.zicreg,make_DHARMa)Produce professional tables in latex, word, or plain-text using the
texregpackage (extract.bizicount,extract.zicreg).Test for zero modification using
zi_test()(He et al. 2019).Evaluate univariate zero-inflated count distribution CDFs, PDFs, and quantile functions, and generate random zero-inflated counts (
pziporpzinb,dzipordzinb,qziporqzinb, andrziporrzinb)
Installation
To install from CRAN:
install.packages("bizicount")
To install from GitHub:
devtools::install_github("jmniehaus/bizicount", dependencies = TRUE)
Owner
- Login: jmniehaus
- Kind: user
- Repositories: 2
- Profile: https://github.com/jmniehaus
GitHub Events
Total
- Watch event: 2
- Push event: 2
- Create event: 1
Last Year
- Watch event: 2
- Push event: 2
- Create event: 1
Issues and Pull Requests
Last synced: almost 2 years ago
All Time
- Total issues: 9
- Total pull requests: 2
- Average time to close issues: 4 days
- Average time to close pull requests: 4 minutes
- Total issue authors: 2
- Total pull request authors: 1
- Average comments per issue: 0.67
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 4 minutes
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- jmniehaus (8)
- khs9461 (1)
Pull Request Authors
- jmniehaus (4)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 341 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 8
- Total maintainers: 1
cran.r-project.org: bizicount
Bivariate Zero-Inflated Count Models Using Copulas
- Homepage: https://github.com/jmniehaus/bizicount
- Documentation: http://cran.r-project.org/web/packages/bizicount/bizicount.pdf
- License: GPL (≥ 3)
-
Latest release: 1.3.4
published 11 months ago
Rankings
Maintainers (1)
Dependencies
- R >= 4.1.0 depends
- DHARMa >= 0.3.4 imports
- Formula >= 1.2 imports
- MASS >= 7.3 imports
- methods * imports
- numDeriv >= 2016.8 imports
- pbivnorm >= 0.6.0 imports
- rlang >= 0.4.7 imports
- stats * imports
- texreg >= 1.37.5 imports
- utils * imports
- covr * suggests
- testthat >= 3.0.0 suggests
- actions/checkout v3 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite