rprev

Development of the rprev R package for estimating disease prevalence through simulation

https://github.com/stulacy/rprev-dev

Science Score: 20.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: pubmed.ncbi, ncbi.nlm.nih.gov, zenodo.org
  • Committers with academic emails
    3 of 5 committers (60.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.0%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Development of the rprev R package for estimating disease prevalence through simulation

Basic Info
  • Host: GitHub
  • Owner: stulacy
  • Language: R
  • Default Branch: master
  • Size: 80.6 MB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 9 years ago · Last pushed about 5 years ago
Metadata Files
Readme

README.md

CRAN_Status_Badge Build Status Coverage Status DOI

rprev

rprev estimates disease prevalence at a specified index date from incomplete registry data. It is designed to be used when estimates of point prevalence from registry data are required, but the registry hasn't been running for sufficiently long to count the number of prevalent cases. Monte Carlo simulation techniques are used to simulate incident cases in years for which incidence data is unavailable, and then estimate survival at the index date.

Prevalence arises from two independent stochastic processes: disease incidence and survival. Default models are provided that model incidence as a homogeneous Poisson process and survival as a standard parameteric distribution, although both of these models can be user specified for further control. See the user_guide vignette for more details about the implementation, and the original publication for details of the algorithm, available at https://pubmed.ncbi.nlm.nih.gov/24656754/.

Installation

To install from CRAN, simply use install.packages('rprev'), while the latest development version can be installed from GitHub using devtools::install_github("stulacy/rprev-dev").

Owner

  • Name: Stuart Lacy
  • Login: stulacy
  • Kind: user
  • Location: York, UK

Research Software Engineer @wacl-york and R enthusiast.

GitHub Events

Total
Last Year

Committers

Last synced: over 3 years ago

All Time
  • Total Commits: 510
  • Total Committers: 5
  • Avg Commits per committer: 102.0
  • Development Distribution Score (DDS): 0.692
Top Committers
Name Email Commits
Stuart Lacy s****y@e****k 157
stulacy s****y@g****m 148
Steph Lax s****x@e****k 142
Stuart Lacy s****t@l****n 38
Stuart Lacy s****y@y****k 25
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: less than a minute
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • stulacy (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 385 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 12
  • Total maintainers: 1
cran.r-project.org: rprev

Estimating Disease Prevalence from Registry Data

  • Versions: 12
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 385 Last month
Rankings
Forks count: 28.8%
Dependent packages count: 29.8%
Average: 32.3%
Downloads: 32.5%
Stargazers count: 35.2%
Dependent repos count: 35.5%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends
  • survival * depends
  • data.table * imports
  • dplyr * imports
  • ggplot2 * imports
  • lazyeval * imports
  • lubridate * imports
  • magrittr * imports
  • tidyr * imports
  • covr * suggests
  • flexsurv * suggests
  • flexsurvcure * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • rms * suggests
  • testthat * suggests