Description Usage Arguments Value Examples
View source: R/predict-bass-model.R
Bass Model Predictions
1 2 |
object |
An |
interval |
An integer vector containing the time points of data collection |
A tibble with two columns, time and prediction
1 2 3 4 | data(adoption_data)
model <- bayesian_bass_model()
fit <- bayesian_bass(data = adoption_data, var = "adoption", model = model)
predict(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.