knitr::opts_chunk$set(echo = FALSE)

Hypothetical Company

Report on golden goose

RFM (recency, frequency, monetary) analysis is a behavior based technique used to segment customers by examining their transaction history such as

knitr::kable(params$df)
library(ggplot2)
ggplot(data = collect(params$df),aes(x= CustomerID,y = recency,color = monetary)) + geom_point()


KapilKhanal/FasteneR documentation built on March 11, 2020, 6:34 a.m.