Explore the Egyptian exports series. Is data stationary? What ARIMA model should be used?
egypt <-global_economy |> filter(Code == "EGY")Repeat the process for the Central African Republic
CAFexports.egypt <-global_economy |> filter(Code == "EGY")Run through the code for the rest of the examples. Explore and understand what the code is doing.