Filter Flags based on Threshold and Metric
Arguments
- dfFlagged
data.frame in format produced by
Flag().- nAccrualThreshold
numericSpecifies the minimum value required to return ascoreand calculate aflag. Default: NULL- strAccrualMetric
characterSpecifies the Metric to applynAccrualThresholdto in order to determine the validity of a flag. Options are "Numerator", "Denominator" or "Difference". If "Difference" is specified, the threshold is based on the difference between the Denominator and the Numerator for a given Group. Default:NULL.