Excel Descriptive Statistics: Individual and Summary, Schemes and Mind Maps of Descriptive statistics

Instructions on calculating individual descriptive statistics using Excel functions and creating summary statistics using the Analysis ToolPak for Windows users and StatPlus for Mac users. It covers averages, percentiles, quartiles, range, variance, standard deviation, and box-plots.

Typology: Schemes and Mind Maps

2021/2022

Uploaded on 07/05/2022

tanya_go
tanya_go 🇦🇺

4.7

(73)

1K documents

1 / 5

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
1
Using Excel, Chapter 2:
Descriptive Statistics
Individual Descriptive Statistics using Excel Functions 2
A Summary of Descriptive Statistics Using the Analysis ToolPak (Windows Users) 3
A Summary of Descriptive Statistics Using StatPlus (Mac Users) 4
Getting and Running the Analysis ToolPak and StatPlus LE 5
pf3
pf4
pf5

Partial preview of the text

Download Excel Descriptive Statistics: Individual and Summary and more Schemes and Mind Maps Descriptive statistics in PDF only on Docsity!

Using Excel, Chapter 2:

Descriptive Statistics

  • Individual Descriptive Statistics using Excel Functions 2
  • A Summary of Descriptive Statistics Using the Analysis ToolPak (Windows Users) 3
  • A Summary of Descriptive Statistics Using StatPlus (Mac Users) 4
  • Getting and Running the Analysis ToolPak and StatPlus LE 5

Individual Descriptive Statistics using Excel Functions

  • Averages:
    • The mean is calculated using the AVERAGE(cell range) function.
    • The median is calculated using the MEDIAN(cell range) function.
    • The mode is calculated using the MODE(cell range) function.
  • Range, Variance, and Standard Deviation:
    • The range is calculated using the MIN and MAX functions.
    • The sample variance is calculated using the VAR.S or VAR (older versions) function.
    • The sample standard deviation is calculated using the STDEV.S or STDEV (older versions) function.
    • The population variance and standard deviation are calculated using the VAR.P and STDEV.P functions respectively.
  • Percentiles & Quartiles
    • The kth^ percentile is found by Pk = PERCENTILE(Data Range, k in decimal form)
    • The first quartile (Q 1 ) is found by PERCENTILE(Data Range, 0.25)
    • The the third quartile (Q 3 ) is found by PERCENTILE(Data Range, 0.75)
  • Box-Plots and 5-Number Summaries: Excel is terrible with box-plots. There are various add-in’s you can find. I find the easiest method is to grab a free-use template from the internet. There are many. Just search boxplot Excel Version. You enter the data into the correct location and a graph of the box-plot is made via a sequence of non-standard graphing tricks.

There is no single command to get Excel to make a 5-number summary but you can piece it together pretty easily. 5-number summary: Excel Commands min MIN(Data Range) Q 1 PERCENTILE(Data Range, 0.25) Q 2 MEDIAN(Data Range) Q 3 PERCENTILE(Data Range, 0.75) max MAX(Data Range)

  • A Summary of Descriptive Statistics Using StatPlus

Mac Users Only

The Analysis ToolPak which comes free with every Windows version of Excel is not available for Mac Excel. There is an application called StatPlus:Mac LE (http://www.analystsoft.com/en/products/statplusmacle/). This is a free version of the full StatPlus application. It is actually better than the Analysis ToolPak but you have to run it alongside Excel as opposed to directly within Excel. So you have to get accustomed to running them simultaneously. Once you have downloaded the software, you can get a nice summary of descriptive statistics by following the sequence below.

  1. Run StatPlus from the Applications folder. It automatically opens Excel.
  2. Click Statistics.
  3. Choose Basic Statistics and Tables.
  4. Choose Descriptive Statistics.
  5. Select the range of cells in which the data lies.
  6. Check Labels in first row only if you highlighted the column headings.
  7. Click ’OK’.
  8. The results are printed on a separate StatPlus page.
  9. You can cut and paste the results back into your Excel spreadsheet if you want.
  • Getting and Running the Analysis ToolPak and StatPlus LE
    • Installing Analysis ToolPak (Windows Only)
      1. Open a blank Excel spreadsheet.
      2. Click on the windows icon (pre 2010) or the file tab (2010+).
      3. Choose Excel Options (pre 2010) or just options (2010+).
      4. Choose add-ins.
      5. In manage (bottom of window), choose Excel Add-ins and click Go.
      6. Check the box that says Analysis ToolPak and click OK.
      7. After you load the Analysis ToolPak, the Data Analysis command is available under the Data tab. It should be the far right option.
    • Getting StatPlus LE (Mac Only) As of this writing, if you are running Excel 2008 or higher on a Mac, the Analysis ToolPak is not available. There is an application called StatPlus:mac LE which is a free version of the full StatPlus application. It can handle most of the tasks performed by the Analysis ToolPak and the full version is probably superior - but that costs money. Once you download the software from http://www.analystsoft.com/en/products/statplusmacle/, 1. Run StatPlus from the Applications Folder. 2. If you don’t already have Excel open, it will open it for you. 3. You will run the commands from the StatPlus menu (top menu bar). 4. Choose the appropriate cells from the Excel worksheet containing the data. 5. The results are printed to a separate Excel worksheet. 6. You can then cut and paste these results in the Excel Worksheet that contains the data.