mcradds

GitHub commit activity GitHub contributors GitHub last commit GitHub pull requests GitHub repo size GitHub language count Project Status: Active – The project has reached a stable, usable state and is being actively developed. Current Version CRAN status

The mcradds R package is a complement to mcr package, contains common and solid functions for designing, analyzing and visualization in In Vitro Diagnostic trials. Most of the methods and algorithms refer to CLSI recommendations and NMPA guidelines.

The package provides a series of typical functionality, as shown below:

Installation

mcradds is available on CRAN and you can install the latest released version with:

install.packages("mcradds")

or you can install the development version directly from GitHub with:

if (!require("devtools")) {
  install.packages("devtools")
}
devtools::install_github("kaigu1990/mcradds")

See package vignettes browseVignettes(package = "mcradds") for usage of this package.