In previous post we handled your manager’s request using Linear Regression in Tableau. Your manager also loves SAS and she would like you to conduct the analysis in SAS. How would you do it?
The process very similar, other than the running environment, and a few lines of code.
First let’s import the data.

Below is the import results.

Then we can use the powerful PROC REG command.

You will get a very detailed summary report.



Based on the regression results, we also get the below formula:
Sales = 0.43 + 5.03 * Advertising