survey_score: Survey Score

Description Usage Arguments Value Examples

Description

This function return the satisfaction rating prediction

Usage

1
survey_score(input)

Arguments

survey.Ticket.Country

India

survey.Ticket.Assigned.Group

SYMPHONY_WW_L2

survey.Product.Name

Symphony

survey.Category.Tier1

Troubleshoot

survey.Category.Tier3

License

Value

data frame

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 input <- data.frame(
 survey.Ticket.Country = "India",
 survey.Ticket.Assigned.Group="SYMPHONY_WW_L2",
 survey.Product.Name="Symphony",
 survey.Category.Tier1="Troubleshoot",
 survey.Category.Tier3="License"
 )
 OR
 input = "C:/Data_Science/SurveyPrediction/input.csv"
 SurveyPrediction::survey_score(input)

ghoshark/SurveyPrediction documentation built on May 20, 2019, 4:41 p.m.