Simulate from an estimated Bass-SIR mode
1 2 3 4 5 6 7 8 | ## S3 method for class 'estBassSIR'
simulate(est, nsim = nrow(object$Parameters),
nforward = 50, seed = 1167)
## S3 method for class 'simBassSIR'
print(obj)
aggregate_simulations(sims)
|
est |
a fitted model |
nsim |
number of simulation |
nforward |
time-steps forward |
seed |
random seed |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.