Description Usage Arguments Examples
Plot distribution of adoption rate
1 2 |
obj |
An object of class |
1 2 3 4 5 | data(adoption_data)
model <- bayesian_bass_model()
fit <- bayesian_bass(data = adoption_data, var = "adoption", model = model)
fit_adoption <- predict_adoption(fit, time = 1)
plot(fit_adoption)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.