diagmeta

Meta-Analysis of Diagnostic Accuracy Studies with Several Cutpoints


Keywords
cran, diagnostic-accuracy-studies, meta-analysis, r, rstudio
Licenses
CNRI-Python-GPL-Compatible/CNRI-Python-GPL-Compatible

Documentation

diagmeta: Meta-Analysis of Diagnostic Accuracy Studies with Several Cutpoints

Official Git repository of R package diagmeta

Build Status CRAN Version Monthly Downloads Total Downloads

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

Installation

Current official CRAN Version release:

install.packages("diagmeta")

Current beta / GitHub release:

Installation using R package remotes:

install.packages("remotes")
remotes::install_github("guido-s/diagmeta")

Bug Reports:

bug.report(package = "diagmeta")

The bug.report function is not supported in RStudio. Please send an email to Guido Schwarzer guido.schwarzer@uniklinik-freiburg.de if you use RStudio.

You can also report bugs on GitHub under Issues.