This document provides an overview and analysis of airline passenger data from 1949 to 1960 to build a predictive model for forecasting. Exploratory data analysis is conducted on the data using R programming, including reading in the data, summarizing statistics, and converting it to a time series. The data is then decomposed to extract the trend, seasonal, and random components. Different predictive models, including ARIMA and linear regression, are explored and compared to select the best model for forecasting future air passenger levels. The recommended model will help airline companies plan accordingly based on passenger predictions.