Science Score: 31.0%

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

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: coreyneff
  • Language: R
  • Default Branch: master
  • Size: 620 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 4 years ago · Last pushed almost 4 years ago
Metadata Files
Readme Citation

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)
library(stringr)
```


# prevEst version 2.0

prevEst is an R package for calculating prevalence using incomplete population-level incidence and survival data.


## Overview



## Installation

```{r eval=FALSE, include=FALSE}

devtools::install_github()


```


## Usage



## Citing prevEst

If you use the prevEst method, please cite:

[Zhang et al., (2017). Complete prevalence of malignant primary brain tumors registry data in the United States compared with other common cancers, 2010, 19(5), 726-735, doi: 10.1093/neuonc/now25](https://doi.org/10.1093/neuonc/now252)


If you use the software, please cite

## License

## Authors



Owner

  • Name: Corey Neff
  • Login: coreyneff
  • Kind: user

Citation (CITATION)

bibentry(
  "Article",
  title = " Complete prevalence of malignant primary brain tumors registry data in the United States compared with other common cancers, 2010",
  author = "Adah S Zhang, Quinn T Ostrom, Carol Kruchko, Lisa Rogers, David M Peereboom, Jill S Barnholtz-Sloan",
  year = 2017,
  journal = "Neuro-Oncology",
  volume = 19,
  number = 5,
  pages = 726-735,
  doi = "10.1093/neuonc/now252",
  textVersion = "Zhang et al., (2017). Welcome to the tidyverse. Neuro-Oncology, 19(5), 726-735, https://doi.org/10.1093/neuonc/now252"
)

GitHub Events

Total
Last Year

Dependencies

DESCRIPTION cran
  • R >= 4.0.0 depends
  • betareg * imports
  • dplyr * imports
  • modelr * imports
  • purrr * imports
  • tidyr * imports
  • asht * suggests