simple_migration {CADF} | R Documentation |
Simple Migration
Description
Function used for simulation and scenario planning
Usage
simple_migration(num.customers, pct.buy.buy, pct.nobuy.buy, n.periods)
Arguments
num.customers |
Number of customers for the simulation. |
pct.buy.buy |
percentage of customers that buy in the nxt period |
pct.nobuy.buy |
percentage of non buyers that convert over to buyers |
n.periods |
number of periods |
Examples
simple_migration(200, .80, .20, 12)
[Package CADF version 0.1 Index]