BayesianFitForecast provides robust tools for parameter estimation and forecasting with epidemiological models. These tools are designed to streamline the process of analyzing epidemiological data using Bayesian inference. Detailed guidance on how to set up an option file can be found in the documentation available here: https://arxiv.org/abs/2411.05371.
Below is a demonstration of how to set up and run the MCMC analysis, followed by analyzing the results.
```r
data_file <- system.file("extdata", package = "BayesianFitForecast")
option_file <- system.file("extdata", "option.R", package = "BayesianFitForecast")
excel_file <- system.file("extdata", "SanFrancisco.xlsx", package = "BayesianFitForecast")
output_path <- tempdir()
Run_MCMC(option_file, excel_file, output_path)
Run_analyzeResults(data_file, option_file, excel_file, output_path)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.