R/flag_em_ratio.R
flag_em_ratio.Rd
This function flags persons who have an unusual ratio
of email hours to emails sent. If the ratio between Email Hours and
Emails Sent is greater than the threshold, then observations tied to
a PersonId
is flagged as unusual.
flag_em_ratio(data, threshold = 1, return = "text")
A data frame containing a Person Query.
Numeric value specifying the threshold for flagging. Defaults to 1.
String specifying what to return. This must be one of the following strings:
"text"
"data"
See Value
for more information.
A different output is returned depending on the value passed to the return
argument:
"text"
: string. A diagnostic message.
"data"
: data frame. Person-level data with those flagged with unusual
ratios.
Other Data Validation:
check_query()
,
extract_hr()
,
flag_ch_ratio()
,
flag_extreme()
,
flag_outlooktime()
,
hr_trend()
,
hrvar_count_all()
,
hrvar_count()
,
hrvar_trend()
,
identify_churn()
,
identify_holidayweeks()
,
identify_inactiveweeks()
,
identify_nkw()
,
identify_outlier()
,
identify_privacythreshold()
,
identify_query()
,
identify_shifts_wp()
,
identify_shifts()
,
identify_tenure()
,
remove_outliers()
,
standardise_pq()
,
subject_validate_report()
,
subject_validate()
,
track_HR_change()
,
validation_report()
flag_em_ratio(sq_data)
#> [1] "0 % (0) of the population have an unusually high email hours to emails sent ratio."