1. Learn
  2. /
  3. Courses
  4. /
  5. Forecasting Product Demand in R

Exercise

Forecast function

Previously you built a model and saved it as MET_t_model. Now we need to forecast out the values of this model for the first 5 months of 2017.

Instructions

100 XP
  • Use the forecast function to forecast your MET_t_model. Save this as forecast_MET_t.
  • You will want to forecast for the first 22 weeks in 2017.