https://github.com/guido-s/diagmeta
Official Git repository for R package diagmeta
https://github.com/guido-s/diagmeta
cran diagnostic-accuracy-studies meta-analysis r rstudio
Last synced: about 1 year ago
JSON representation
Official Git repository for R package diagmeta
- Host: GitHub
- URL: https://github.com/guido-s/diagmeta
- Owner: guido-s
- License: gpl-2.0
- Created: 2017-12-07T21:07:12.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T17:04:16.000Z (over 3 years ago)
- Last Synced: 2024-04-25T22:02:01.494Z (about 2 years ago)
- Topics: cran, diagnostic-accuracy-studies, meta-analysis, r, rstudio
- Language: R
- Homepage: https://cran.r-project.org/package=diagmeta
- Size: 290 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# diagmeta: Meta-Analysis of Diagnostic Accuracy Studies with Several Cutpoints
Official Git repository of R package **diagmeta**
[](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
[](https://cran.r-project.org/package=diagmeta)
[](https://img.shields.io/badge/develop-0.6--0-purple)
[](https://cranlogs.r-pkg.org/badges/diagmeta)
[](https://cranlogs.r-pkg.org/badges/grand-total/diagmeta)
## Description
R package **diagmeta** implements the method by Steinhauser et
al. (2016) for meta-analysis of diagnostic accuracy studies with
several cutpoints.
### References
[Steinhauser S, Schumacher M, Rücker G (2016): Modelling multiple thresholds in meta-analysis of diagnostic test accuracy studies. *BMC Medical Research Methodology*, **16**, 97](https://scholar.google.com/scholar?q=Steinhauser+Schumacher+Rücker+2016+BMC)
## Installation
### Current official [](https://cran.r-project.org/package=diagmeta) release:
```r
install.packages("diagmeta")
```
### Current [](https://img.shields.io/badge/develop-0.6--0-purple) release on GitHub:
Installation using R package
[**remotes**](https://cran.r-project.org/package=remotes):
```r
install.packages("remotes")
remotes::install_github("guido-s/diagmeta")
```
### Bug Reports:
You can report bugs on GitHub under
[Issues](https://github.com/guido-s/diagmeta/issues).
or using the R command
```r
bug.report(package = "diagmeta")
```
(which is not supported in RStudio).