distant_neg_val {eHDPrep} | R Documentation |
Find highly distant value for data frame
Description
Returns a numeric value which is distant from the values in data
using
the following equation:
output = -2 * (max(data)-min(data)))
Usage
distant_neg_val(data)
Arguments
data |
data frame. |
Value
Numeric vector of length 1
[Package eHDPrep version 1.3.3 Index]