Description Usage Arguments Examples
View source: R/predict-bass-model.R
The adoption rate is defined as the proportion of adopters of a specific point of time
1 | predict_adoption(obj, time)
|
obj |
An object of class |
time |
An integer value specifing the point in time |
1 2 3 4 | data(adoption_data)
model <- bayesian_bass_model()
fit <- bayesian_bass(data = adoption_data, var = "adoption", model = model)
predict_adoption(fit, time = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.