Description Usage Arguments Details Author(s)
This function plots the resolution time (in hours) and produces a box
plot of those values for each assignee_name
in the dF
. The
call volume of an agent is produced.
1 | PlotResolutionTimeByAgent(dF, resTime = "first", ...)
|
dF |
The dataFrame for which to plot resolution time by date level. |
resTime |
A character vector that indicates which resolution time within business hours to plot. Other values include
|
... |
Arguments to be passed to other functions. Specifically, this can take the form of identifying which the sample datasets provided all had either at least or either of these values as the date of interest. |
Resolution time in all sample dataFrames is factor
; this function
converts apparently numeric values to as.numeric
.
This functions converts values that are nan.0
to NA
.
The red dots on a plot indicate outliers in the data set. In the
geom_boxplot
documentation, outliers are defined as data points
fall outside of 1.5 * IQR where IQR stands for the "Inter-Quartile
Range" of the data.
Plots are generated by the function ggplot
The blue line in the top plot of the window is the number calls
received by each assignee_name
. Assignees with high volume and low
resolution times are the most efficient agents. The combination of these
plots can tell a manager which employees are most efficient at resolving
calls.
The red line in the bottom plot of the window produced from this function
is the mean resolution-time value for the entire data frame. Agents whose
medians are below this line may be more effective at resolving customer
issues. Further, agents that are more effective at resolving issues could
be considered as 'trainers' for new staff.
Steven H. Ranney
Contact: Steven.Ranney@gmail.com
Steven Ranney
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.