Overview
Perform a basic univariate analysis of the fake data provided in
grades.xls Make sure you understand the
basics of creating a bin set, using this data to build a histogram,
and running basic descriptive statistics calculations on a data set.
Histogram
- Download and open grades.xls
- Copy the first column of data (final project) to sheet 2.
Rename this new sheet "histo"
- Create bins to represent this grading scale:
- A: 90 +
- B: 80 - 90
- C: 70 - 80
- D: 60 - 70
- F: below 60
Note that this is not the official class grading scale. I'm just using it
to simplify the exercise.
- Determine how many exams fall within each bin. Do this by hand
or using an automatic formula
- Create a histogram chart displaying the grade information
Descriptive Statistics
- Make a second copy of the final project data. Copy this to
sheet3, and rename it "descriptive"
- Name the range appropriately
- Calculate the following values using built-in formulas and label them:
- The sum
- The mean
- The median
- The mode
- The min
- The max
- n (the count)
- n - 1
- For each data point, calculate its difference from the mean
- Square each difference
- Sum the squares of the differences
- Divide the squares of the differences by n-1
- Take the square root of this result
- Calculate the standard deviation of the data set using the
stdev function and verify that your calculations are
correct
- Save your work
- Submit the spreadsheet to the oncourse dropbox