The data in the file Airfreight.csv contains the monthly air freight of U.S. carriers for 10 years. For this data I will develop a time series model.
You can get the dataset used in the analysis by downloading it from my GitHub website.
The analysis was done using R, you will need the following packages to run the code.
- library(TSA)
install.packages("TSA")