I am currently working on a problem in which I have survey response basis a survey conducted by a market research agency. The survey measured perception of coverage about the services of the product. Scale of survey: 0-100. Sample size 4K.
The task at hand is to find correlation between the respondents survey response and their spending with the company, i.e. to say that is the spend of high perception customers high and vice-versa.
My approach:
As the scale was large, firstly I scaled it down to 1-10, i.e 0-10% in 1, 11-20% in 2... and so forth. Then I used uni-variate linear regression on the new scale and spend.
I treated the survey scale as continuous after scaling.
Questions:
1) Is the assumption to treat the scale (after scaling to 1 -10) continuous right or wrong?
2) Is there a need to normalize? When I normalize the data the coefficients cannot be interpreted as dollar values which makes more sense to business people. What would be the impact if I run the analysis without normalizing?
3) Also, will normalization be correct here given one is survey response and other is spend?