Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.09 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.09 KB

Time Series Airfreight

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.

App Screenshot

Authors

🔗 Social Media Links

linkedin

Documentation

You can get the dataset used in the analysis by downloading it from my GitHub website.

Data

Installation & Packages:

App Screenshot The analysis was done using R, you will need the following packages to run the code.

  • library(TSA)
install.packages("TSA")