To Projects

IT 223 -- Project 2A

Analyzing a Univariate Dataset

Hints:

  1. To find outliers using Q1, Q3, and IQR:

  2. To find outliers using z-scores:

  3. To plot the dataset by observation number:

    1. Create the scatterplot of the datapoints (y-axis) vs. the observation number (x-axis), select Graphs >> Interactive >> Scatterplot. Drag the y-variable into the box with the vertical arrow through it. Drag the observation number variable into the box with the horizontal arrow though it. Click OK.