PlotScoreByCallsPerPerson: Create a plot of the score by calls/person

Description Usage Arguments Details Author(s)

Description

This function plots the satisfaction score and produces a plot

of those values as a function of calls/person. Satisfaction scores are averaged

over the course of a day and the calls/person are calculated over that same

day.

Usage

1

Arguments

dF

The dataFrame for which to convert satisfaction_score into a

number.

...

Arguments to be passed to other functions. Specifically, this can take

the form of identifying which date value is of interest. For example

the sample datasets provided all had either at least assigned_at

or created_at values. The AssignDateAndDay can used

either of these values as the date of interest.

Details

This function calls the ConvertSatisfactionScoreToNumber

function to assign the day values used.

Plots are generated by the function ggplot

This function uses a linear model to evaluate the relationship between

satisfaction score and the number of calls per person. If the red line

(the result of the lm in the produced plot trends down, then

the number of calls per person has a negative affect on satisfaction score.

If the red line is parallel or very near to parallel, then there is no

relationship between satisfaction score and the number of calls per person.

Author(s)

Steven H. Ranney

Contact: Steven.Ranney@gmail.com

Steven Ranney


stevenranney/ispiranteRanney documentation built on May 30, 2019, 4:46 p.m.