



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Instructions on how to use Microsoft Excel for statistical analysis. It covers topics such as checking for the Data Analysis pack, setting up raw data files, sorting data, generating descriptive statistics, using count statements, repeating formulas, generating frequency tables, creating graphs, correlation, scatterplot, t-test, and ANOVA.
Typology: Summaries
1 / 6
This page cannot be seen from the preview
Don't miss anything!




Before you begin, make sure that you have the DATA ANALYSIS pack running on your machine. It comes with Excel. Here’s how to check if you have it, and what to do if you don’t.
Go to TOOLS on the main menu bar. If Data Analysis appears on that pull-down menu, you are ready to go. If it does not, select ADD INS from the same TOOLS pull-down menu. When that window opens up, there should be the opportunity to select Analysis Tool Pack. Once you do that, Data Analysis should appear on the TOOL menu. If Analysis Tool Pack is not listed under ADD INS, then you must get out your Excel installation disk and add it to your program.
Set Up of Raw Data Files
Sorting Data Excel can do an excellent job of sorting your data for you. You should begin by saving your workbook under a new name. That way, if you made any errors in sorting, you can go back to your original data set and start again.
NOTE: If you fail to select all of your data, you may end up sorting only some of the columns and messing up your data.
Generating Descriptive Statistics You can generate different statistics in Excel by using the formula box at the top of the spreadsheet. When you use Excel, I would like you to type in the formulas directly. Here are the formulas we will use frequently on exams:
Note that:
How do Do It:
Using COUNT Statements You can ask Excel to count various things on your spreadsheet. Here are some of the COUNT formulas you might find useful:
COUNTA(firstcell:lastcell) This formula will count all of the cells in the range that have data in them.
COUNTIF(firstcell:lastcell, “SCORE”)
If you want to create a grouped frequency distribution, realize that you can also use the following symbols in your formula: = COUNTIF (A2:A84, “ < 39”) to count all scores less than 39 = COUNTIF (A2:A84, “ < = 39”) to count all scores less than or equal to 39 = COUNTIF (A2:A84, “ > 39”) to count all scores greater than 39 = COUNTIF (A2:A84, “ > = 39”) to count all scores greater than or equal to 39
I won’t tell you exactly how to use this to your advantage – that’s for you to figure out.
How to Do It:
Generating Graphs Excel can produce a number of different kinds of graphs for you. Once you have counted up the number of scores you have in given categories, you can ask Excel to create a histogram or bar graph showing this information.
Correlation Before you begin, be sure that the variables you want to correlate are all in adjacent columns. This is necessary.
Scatterplot You can get Excel to print a scatterplot for two variables you are correlating. The variable in the left column will be placed on the x-axs and the variable in the right column will be placed on the y-axis.
T-Test You can use Excel to run a one-sample or two-sample t-test. Here’s how:
One-Sample
Two-Sample