# Get path to the example option file included with package
option_file <- system.file("extdata", "option.R",
package = "BayesianFitForecast")
# Specify the path to the Excel file you want to analyze
excel_file <- system.file("extdata", "SanFrancisco.xlsx",
package = "BayesianFitForecast") # Modify this path accordingly
# Run the MCMC analysis
# \donttest{
Run_MCMC(option_file = option_file, excel_file = excel_file, output_path = NULL)
# }
Run the code above in your browser using DataLab