EvalTest

Overview

EvalTest is an R Shiny application designed for evaluating diagnostic test performance. It aims to facilitate the application of statistical methods in diagnostic test evaluation by healthcare professionals.

Description

The ‘EvalTest’ package provides a ‘Shiny’ application for evaluating diagnostic test performance using data from laboratory or diagnostic research. It supports both binary and continuous test variables. It allows users to compute and visualize:

Installation

You can install the development version of ‘EvalTest’ from GitHub like so:

devtools::install_github("NassimAyad87/EvalTest", dependencies = TRUE)

Or from CRAN (after the package is published there):

install.packages(EvalTest)

Using the Application

Launch the Shiny application using:

library(EvalTest)
run_app()

This will open the application in your default web browser (or RStudio viewer pane) and follow these steps:

License

This package is licensed under the MIT License - see the LICENSE file for details.

Citation

To cite the ‘EvalTest’ package in publications, use this script:

citation("EvalTest")

Or just cite as (after the package is published there):