Re: [R] RFM Analysis Help

2017-10-05 Thread Jim Lemon
Hi Hemant, As I suspected, the code broke when I got to the line: result <- rfm_auto(df, id="user_id", payment ="subtotal_amount", date="created_at") Error in rfm_auto(df, id = "user_id", payment = "subtotal_amount", date = "cr eated_at") : could not find function "rfm_auto" It looks like you a

Re: [R] RFM Analysis Help

2017-10-04 Thread Jeff Newmiller
You won't deliver your question successfully to the mailing list if you don't follow the Posting Guide, particularly with regard to attachments. The most reliable way is to include your question in the text of your PLAIN TEXT format email with no attachments. Yes, there is an option in Gmail to

Re: [R] RFM Analysis Help

2017-10-04 Thread Eric Berger
I don't see any attached dataset. On Wed, Oct 4, 2017 at 11:11 AM, Hemant Sain wrote: > I'm trying to perform a RFM analysis on attached dataset, > i'm able to get the results using the auto_rfm function but i want to > define my own breaks for RFM, > when i tried to define my own breaks i got t

[R] RFM Analysis Help

2017-10-04 Thread Hemant Sain
I'm trying to perform a RFM analysis on attached dataset, i'm able to get the results using the auto_rfm function but i want to define my own breaks for RFM, when i tried to define my own breaks i got the identical result i.e 111 for every ID. please help me with this with working R script. Thanks