- Speed_air and speed_ground have the strongest positive correlation with landing distance based on the correlation matrix and scatter plots. Aircraft has a weaker negative correlation.
- Regression models were created with landing distance as the response and each predictor individually. The p-values from these models were consistent with the correlation results, with speed_air and speed_ground being the most significant predictors of landing distance.
- The variables were then standardized and the regression models were rerun, producing the same ranking of predictor importance as the original correlation and regression analyses.