Description Usage Arguments Examples
View source: R/predict-bass-model.R
Predict the diffusion based on a bayesian bass model
1 | predict_diffusion(obj, time_index = NULL)
|
obj |
An object of class |
time_index |
An integer vector conaining a sequence of time intervals |
1 2 3 4 | data(adoption_data)
model <- bayesian_bass_model()
fit <- bayesian_bass(data = adoption_data, var = "adoption", model = model)
predict_diffusion(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.