powered by
This function starts the Shiny application included in the EvalTest package, which aims to evaluate diagnostic tests performance.
run_app()
The function does not return a value; it launches a Shiny application.
if (interactive()) { library(EvalTest) run_app() }
Run the code above in your browser using DataLab