Science Score: 26.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
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.6%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Empirical Bayes Methods for Pharmacovigilance
Basic Info
- Host: GitHub
- Owner: YihaoTancn
- License: gpl-3.0
- Language: R
- Default Branch: master
- Size: 587 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Created 12 months ago
· Last pushed 11 months ago
Metadata Files
License
https://github.com/YihaoTancn/pvEBayes/blob/master/
# R package 'pvEBayes'
'pvEBayes' is an R package that implements a suite of nonparametric empirical Bayes methods for pharmacovigilance, along with post-processing tools and graphical summaries for streamlining the application of these methods.
## Installation
The stable version of `pvEBayes` can be installed from CRAN:
```
install.packages("pvEBayes")
```
The development version is available from GitHub:
```
# if (!requireNamespace("devtools")) install.packages("devtools")
devtools::install_github("YihaoTancn/pvEBayes")
```
Owner
- Login: YihaoTancn
- Kind: user
- Repositories: 1
- Profile: https://github.com/YihaoTancn
GitHub Events
Total
- Create event: 3
Last Year
- Create event: 3
Packages
- Total packages: 1
-
Total downloads:
- cran 279 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: pvEBayes
Empirical Bayes Methods for Pharmacovigilance
- Homepage: https://github.com/YihaoTancn/pvEBayes
- Documentation: http://cran.r-project.org/web/packages/pvEBayes/pvEBayes.pdf
- License: GPL-3
-
Latest release: 0.1.1
published 12 months ago
Rankings
Dependent packages count: 26.0%
Dependent repos count: 32.0%
Average: 48.0%
Downloads: 85.9%
Maintainers (1)
Last synced:
10 months ago
Dependencies
DESCRIPTION
cran
- R >= 3.6.0 depends
- REBayes * imports
- Rcpp * imports
- SobolSequence * imports
- data.table * imports
- ggdist * imports
- ggfittext * imports
- ggplot2 * imports
- glue * imports
- graphics * imports
- magrittr * imports
- methods * imports
- splines * imports
- stats * imports
- wacolors * imports
- Rmosek * suggests
- testthat >= 3.0.0 suggests