View source: R/posterior_analysis.R
make_forecast | R Documentation |
Make forecast on new data based on the posterior.
make_forecast(posterior, new_data)
posterior |
A number. |
new_data |
Must be a dataframe. |
The prediction.
make_forecast(1, 1) make_forecast(10, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.