Description Usage Arguments Value Examples
Plots and returns the estimated gamma distribution of p (customers' probability of dropping out immediately after a transaction).
1 | bgnbd.PlotDropoutRateHeterogeneity(params, lim = NULL)
|
params |
BG/NBD parameters - a vector with r, alpha, a, and b, in that order. r and alpha are unobserved parameters for the NBD transaction process. a and b are unobserved parameters for the Beta geometric dropout process. |
lim |
upper-bound of the x-axis. A number is chosen by the function if none is provided. |
Distribution of customers' probabilities of dropping out.
1 2 3 4 | params <- c(0.243, 4.414, 0.793, 2.426)
bgnbd.PlotDropoutRateHeterogeneity(params)
params <- c(0.243, 4.414, 1.33, 2.426)
bgnbd.PlotDropoutRateHeterogeneity(params)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.