Description Usage Arguments Value Examples
Generate a Bass Diffusion curve in discrete time approach
| 1 | generate_diffusion_discrete(m, p, q, t_min = 0, t_max = 20, dt = 1)
 | 
| m | upper bound of the number of adoptions | 
| p | the coefficient of innovation | 
| q | the coefficient of imitation | 
| t_min | initial time point | 
| t_max | the end of time frame | 
| dt | observation interval | 
data.frame(Time, N, dN); N for the cumulative adoptions, dN for new adoptions
| 1 2 3 4 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.