View source: R/simple.migration.R
simple_migration | R Documentation |
Function used for simulation and scenario planning
simple_migration(num.customers, pct.buy.buy, pct.nobuy.buy, n.periods)
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 |
simple_migration(200, .80, .20, 12)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.