# Define file paths
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")
# Run the analysis
# \donttest{
Run_analyzeResults(
data_file = data_file,
option_file = option_file,
excel_file = excel_file,
output_path = NULL)
# }
# Results are saved in the specified directory or temporary directory if none is provided.
Run the code above in your browser using DataLab