tablePrecision: Calculate precision
Description
tablePrecision
Calculates the precision.Usage
tablePrecision(data, key = c("Marker", "Allele"), target = c("Size"),
debug = FALSE)
Arguments
data
Data frame containing at least columns defined in 'key' and 'target'.
key
vector containing column names to create keys from.
target
vector containing column names to calculate precision for.
debug
logical indicating printing debug information.
Details
Calculates summary statistics for 'target' columns for each unique
'key' combination. For example the precision of determined size for alleles
in multiple allelic ladders.
Requires a 'slimmed' and 'filtered' data frame.
For more details see min
, max
, mean
, sd
, quantile
.