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.

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):

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.