Learn R Programming

ABarray (version 1.40.0)

concord: Calculate signal detection concordance

Description

Calculate signal detection concordance between columns using S/N threshold (default = 3)

Usage

concord(sn, snThresh = 3)

Arguments

sn
a matrix containing s/n ratio
snThresh
S/N threshold to use, default = 3

Value

a matrix with the concordance

Examples

Run this code
#-concordance <- concord(sn)  ##- sn ratio matrix

Run the code above in your browser using DataLab