nps_calc: Tidy Calculation of Net Promoter Score

Description Usage Arguments Details Value

View source: R/nps_calc.R

Description

Simplifies the calculation of Net Promoter Score (NPS) from raw survey data within the tidyverse framework.

Usage

1
nps_calc(survey_data, ...)

Arguments

survey_data

Raw survey data. Needs to be one row per survey with the nps question in a numeric column called nps_question responses having column names of needs, ease and emotion

...

optional colunns by which to group the nps calculation. There is no limit to the number of grouping variables chosen. Too many will likely result in nps calculations that are too fragmented / based on very small survey counts.

Details

Net Promoter Score was originally developed by Fred Reichheld and now is owned by Bain Company and Satmetrix Systems. According to Wikipedia it "is a management tool that can be used to gauge the loyalty of a firm's customer relationships."

Value

Data frame with nps and survey count for each combination of the grouping variables


chrisumphlett/marketer documentation built on Jan. 21, 2020, 3:12 p.m.