The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
cases is an R package to simultaneously assess classification accuracy of multiple classifiers in several subgroups (strata). For instance, it allows to asses the accuracy of multiple candidate (index) diagnostic tests which is often measured with
A widespread goal in diagnostic accuracy studies a so-called co-primary analysis of these two endpoints, i.e. to show a significant benefit (compared to some benchmark) in sensitivity and specificity for at least one of the candidate classifiers. The package implements different methods for multiplicity adjustment for that purpose (e.g. Bonferroni, maxT, pairs bootstrap).
You can install the development version of cases from GitHub with:
# install.packages("remotes")
remotes::install_github('maxwestphal/cases', build_vignettes = TRUE)
A vignette which explains the basic functionality of the cases package can be displayed as follows:
vignette(topic="package_overview", package = "cases")
The following vignette shows an exemplary usage of the package in the context of biomarker assessment and prediction model evaluation:
vignette(topic="example_wdbc", package = "cases")
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.