MyNixOS website logo
Description

Processing and Analyzing of Diagnostics Trials.

Provides methods and functions to analyze the quantitative or qualitative performance for diagnostic assays, and outliers detection, reader precision and reference range are discussed. Most of the methods and algorithms refer to CLSI (Clinical & Laboratory Standards Institute) recommendations and NMPA (National Medical Products Administration) guidelines. In additional, relevant plots are constructed by 'ggplot2'.

mcradds

GitHub commitactivity GitHubcontributors GitHub lastcommit GitHub pullrequests GitHub reposize GitHub languagecount Project Status: Active – The project has reached a stable, usablestate and is being activelydeveloped. CurrentVersion CRANstatus

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:

  • Estimation of sample size for trials, NMPA guideline.
  • Diagnostic accuracy with/without standard/golden reference, CLSI EP12-A2.
  • Regression analysis and plot in method comparison, CLSI EP09-A3.
  • Bland-Altman analysis and plot in method comparison, CLSI EP09-A3.
  • Outlier detection with 4E method from CLSI EP09-A2 and ESD from CLSI EP09-A3.
  • Evaluation of bias in medical decision level, CLSI EP09-A3.
  • Pearson and Spearman correlation adding hypothesis test and confidence interval.
  • Establishing of Reference Range/Interval, CLSI EP28-A3 and NMPA guideline.
  • Paired ROC/AUC test for superiority and non-inferiority trials, CLSI EP05-A3/EP15-A3.
  • Reproducibility analysis (reader precision) for immunohistochemical assays, CLSI I/LA28-A2 and NMPA guideline.
  • Evaluation of precision of quantitative measurements, CLSI EP05-A3.
  • Descriptive statistics summary.

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.

Metadata

Version

1.1.0

License

Unknown

Platforms (75)

    Darwin
    FreeBSD
    Genode
    GHCJS
    Linux
    MMIXware
    NetBSD
    none
    OpenBSD
    Redox
    Solaris
    WASI
    Windows
Show all
  • aarch64-darwin
  • aarch64-genode
  • aarch64-linux
  • aarch64-netbsd
  • aarch64-none
  • aarch64_be-none
  • arm-none
  • armv5tel-linux
  • armv6l-linux
  • armv6l-netbsd
  • armv6l-none
  • armv7a-darwin
  • armv7a-linux
  • armv7a-netbsd
  • armv7l-linux
  • armv7l-netbsd
  • avr-none
  • i686-cygwin
  • i686-darwin
  • i686-freebsd
  • i686-genode
  • i686-linux
  • i686-netbsd
  • i686-none
  • i686-openbsd
  • i686-windows
  • javascript-ghcjs
  • loongarch64-linux
  • m68k-linux
  • m68k-netbsd
  • m68k-none
  • microblaze-linux
  • microblaze-none
  • microblazeel-linux
  • microblazeel-none
  • mips-linux
  • mips-none
  • mips64-linux
  • mips64-none
  • mips64el-linux
  • mipsel-linux
  • mipsel-netbsd
  • mmix-mmixware
  • msp430-none
  • or1k-none
  • powerpc-netbsd
  • powerpc-none
  • powerpc64-linux
  • powerpc64le-linux
  • powerpcle-none
  • riscv32-linux
  • riscv32-netbsd
  • riscv32-none
  • riscv64-linux
  • riscv64-netbsd
  • riscv64-none
  • rx-none
  • s390-linux
  • s390-none
  • s390x-linux
  • s390x-none
  • vc4-none
  • wasm32-wasi
  • wasm64-wasi
  • x86_64-cygwin
  • x86_64-darwin
  • x86_64-freebsd
  • x86_64-genode
  • x86_64-linux
  • x86_64-netbsd
  • x86_64-none
  • x86_64-openbsd
  • x86_64-redox
  • x86_64-solaris
  • x86_64-windows