Skip to contents

Find the cutoff for MAR/MNAR classification

Usage

get_detection_limit(data)

Arguments

data

A data matrix with replicates of a single condition

Value

A numeric value

Examples

if (FALSE) { # \dontrun{
cutoff <- get_detection_limit(data)
} # }