Returns example datasets for testing and validating Chap models. Currently supports Laos monthly data.
Value
A named list containing four elements:
training_data: tsibble with historical data for training the modelhistoric_data: tsibble with historical data for making predictionsfuture_data: tsibble with future time periods for predictionpredictions: tibble with example prediction output. If the predictions contain sample columns (sample_0, sample_1, ...), they are converted to nested list-column format with asamplescolumn containing numeric vectors.