Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uprfm_segment() overwrites existing assignment in current implementation #67
Comments
|
If this is the intended logic for |
|
HI @leungi Thanks for bringing this to our attention. Will take a look at it and get back to you. |
|
Hi @leungi So whenever the intervals specified for one segment (Champions in this case) is a subset of another segment (Loyal Customers), |
Problem
Expectation:
rfm_segment()on the example vignette, customers withrfm_scoreof 555 should be assigned Champions tag, per input thresholds, such as the customer below.Reality:
Suggestion
In conditional logic for assigning segments, add an extra condition such as:
Reprex