In RFM, which factor is considered most important?
Recency
In a 5-bin system, how many combined RFM scores are possible?
125 possible scores
What variables are needed for RFM from transaction data?
A customer identifier, a transaction date, and a transaction monetary value.
What is the difference between nested and independent binning?
Nested binning: Frequency is ranked within recency groups, and monetary within frequency groups. It gives a more even distribution of combined scores, but scores are harder to compare across customers. (This is also called SEQUENTIAL)
Independent binning: Recency, frequency, and monetary are ranked separately. Scores are easier to interpret, but combined scores may be less evenly distributed.
(this is just: independent RFM /// sequential RFM)
What is the difference between a cluster and an RFM analysis?
Can you run an RFM analysis on this data like this?
No.
This is at the transaction level, not the customer level.
You first have to AGGREGATE the dataset by ID.