Simple Regression Part 3
When you are given raw data on a test, solving the problem using technology is relatively simple. But when you are given intermediates or partial solutions, the task becomes a bit more difficult since most software is not set up to work on intermediates.
Consider the following problem:
A scientist employed simple linear regression to model the monthly price of recycled newspaper as a function of the monthly price of pulpwood. The results shown below were obtained for monthly data collected over a recent 10-year period (n = 120 months).
Use this information to conduct a simple linear regression analysis:
ŷ = 35.20+5.28x; for testing H0: β1 = 0, t = 2.45; r = 0.22; r2 = 0.05.Simple Regression Part 3
What to do about outliers?
The most recent assignment in my BUS 430 class was on simple linear regression. In some of the data sets, there are data points that seem to be inconsistent with the bulk of the data. One student called this to my attention and asked if he should just ignore those data points because they were “obviously a mistake.” His comment reminded me that in an earlier assignment, we had discussed briefly using a box plot software tool to identify outliers, but we had not discussed what to do about them.
When dealing with just two variables, it is quick and easy to make a scatter plot and inspect it for data points that do not follow the trend of the rest of the data. In the scatter plot below, we can see just such a data point in the lower right.

But using a box plot does not identify this point as an outlier in either the x or y axis:What to do about outliers?