Official Git repository of R package diagmeta
R package diagmeta implements the method by Steinhauser et al. (2016) for meta-analysis of diagnostic accuracy studies with several cutpoints.
install.packages("diagmeta")
Installation using R package remotes:
install.packages("remotes")
remotes::install_github("guido-s/diagmeta")
You can report bugs on GitHub under Issues.
or using the R command
bug.report(package = "diagmeta")
(which is not supported in RStudio).