I want to use percentile for my data set, but it seems like doesn't work...
I'm doing RFM analysis and I need to rank the RFM into 5 category. That's why I need to percentile.
Now:
Costomer ID / Recency
1 / 200
2 / 400
3 / 100
4 / 300
What I want:
Costomer ID / Recency / Percentile
1 / 200 / 0.2
2 / 400 / 0.4
3 / 100 / 0.1
4 / 300 / 0.3
Please help!
Many thanks.
Kazuki