Importing our Web data and Answering Descriptive Questions about Single Variables Psych 437.

Slides:



Advertisements
Similar presentations
Learning Objectives Copyright © 2004 John Wiley & Sons, Inc. Data Processing, Fundamental Data Analysis, and Statistical Testing of Differences CHAPTER.
Advertisements

Psychology: A Modular Approach to Mind and Behavior, Tenth Edition, Dennis Coon Appendix Appendix: Behavioral Statistics.
Table of Contents Exit Appendix Behavioral Statistics.
Appendix A. Descriptive Statistics Statistics used to organize and summarize data in a meaningful way.
Part III: Designing Psychological Research In Part II of the course, we discussed what it means to measure psychological variables, and how to do so.
Introductory Statistics Options, Spring 2008 Stat 100: MWF, 11:00 Science Center C. Stat 100: MWF, 11:00 Science Center C. –General intro to statistical.
Descriptive (Univariate) Statistics Percentages (frequencies) Ratios and Rates Measures of Central Tendency Measures of Variability Descriptive statistics.
QUANTITATIVE DATA ANALYSIS
Statistics for Decision Making Descriptive Statistics QM Fall 2003 Instructor: John Seydel, Ph.D.
Calculating & Reporting Healthcare Statistics
Lesson Fourteen Interpreting Scores. Contents Five Questions about Test Scores 1. The general pattern of the set of scores  How do scores run or what.
Statistical Analysis SC504/HS927 Spring Term 2008 Week 17 (25th January 2008): Analysing data.
Quantifying Data.
Measures of Central Tendency
Today: Central Tendency & Dispersion
Describing distributions with numbers
@ 2012 Wadsworth, Cengage Learning Chapter 5 Description of Behavior Through Numerical 2012 Wadsworth, Cengage Learning.
Think of a topic to study Review the previous literature and research Develop research questions and hypotheses Specify how to measure the variables in.
Objective To understand measures of central tendency and use them to analyze data.
Descriptive Statistics Used to describe the basic features of the data in any quantitative study. Both graphical displays and descriptive summary statistics.
ITEC6310 Research Methods in Information Technology Instructor: Prof. Z. Yang Course Website: c6310.htm Office:
Overview Summarizing Data – Central Tendency - revisited Summarizing Data – Central Tendency - revisited –Mean, Median, Mode Deviation scores Deviation.
Descriptive Statistics Descriptive Statistics describe a set of data.
A Discussion of the First and Second Major Projects Week 4, Psych R. Chris Fraley
Chapter 11 Descriptive Statistics Gay, Mills, and Airasian
Descriptive Statistics
Measures of Dispersion
Very Short Guide to Stats for SGR Basics of aggregate and statistical data.
Part III: Designing Psychological Research In Part II of the course, we discussed what it means to measure psychological variables, and how to do so. Now.
An Introduction to Statistics. Two Branches of Statistical Methods Descriptive statistics Techniques for describing data in abbreviated, symbolic fashion.
Descriptive Statistics Descriptive Statistics describe a set of data.
Copyright © 2014 by Nelson Education Limited. 3-1 Chapter 3 Measures of Central Tendency and Dispersion.
Educational Research: Competencies for Analysis and Application, 9 th edition. Gay, Mills, & Airasian © 2009 Pearson Education, Inc. All rights reserved.
Chapter 11 Univariate Data Analysis; Descriptive Statistics These are summary measurements of a single variable. I.Averages or measures of central tendency.
Measures of Central Tendency: The Mean, Median, and Mode
Univariate Descriptive Research Recall that the objective of univariate descriptive research is to describe a single psychological variable.
Central Tendency & Dispersion
Today’s Questions Once we have collected a large number of measurements, how can we summarize or describe those measurements most effectively by using.
L643: Evaluation of Information Systems Week 13: March, 2008.
Unit 2 (F): Statistics in Psychological Research: Measures of Central Tendency Mr. Debes A.P. Psychology.
IE(DS)1 Descriptive Statistics Data - Quantitative observation of Behavior What do numbers mean? If we call one thing 1 and another thing 2 what do we.
Statistical Analysis of Data. What is a Statistic???? Population Sample Parameter: value that describes a population Statistic: a value that describes.
Descriptive Statistics. Outline of Today’s Discussion 1.Central Tendency 2.Dispersion 3.Graphs 4.Excel Practice: Computing the S.D. 5.SPSS: Existing Files.
LIS 570 Summarising and presenting data - Univariate analysis.
Outline of Today’s Discussion 1.Displaying the Order in a Group of Numbers: 2.The Mean, Variance, Standard Deviation, & Z-Scores 3.SPSS: Data Entry, Definition,
1 Chapter 10: Describing the Data Science is facts; just as houses are made of stones, so is science made of facts; but a pile of stones is not a house.
Anthony J Greene1 Central Tendency 1.Mean Population Vs. Sample Mean 2.Median 3.Mode 1.Describing a Distribution in Terms of Central Tendency 2.Differences.
Descriptive Statistics Research Writing Aiden Yeh, PhD.
Why do we analyze data?  It is important to analyze data because you need to determine the extent to which the hypothesized relationship does or does.
Measurements and Their Analysis. Introduction Note that in this chapter, we are talking about multiple measurements of the same quantity Numerical analysis.
Educational Research: Data analysis and interpretation – 1 Descriptive statistics EDU 8603 Educational Research Richard M. Jacobs, OSA, Ph.D.
Measurements Statistics WEEK 6. Lesson Objectives Review Descriptive / Survey Level of measurements Descriptive Statistics.
Why do we analyze data?  To determine the extent to which the hypothesized relationship does or does not exist.  You need to find both the central tendency.
On stats Descriptive statistics reduce data sets to allow for easier interpretation. Statistics allow use to look at average scores. For instance,
1 Research Methods in Psychology AS Descriptive Statistics.
Descriptive Statistics(Summary and Variability measures)
Exploratory data analysis, descriptive measures and sampling or, “How to explore numbers in tables and charts”
Copyright © 2016 Brooks/Cole Cengage Learning Intro to Statistics Part II Descriptive Statistics Intro to Statistics Part II Descriptive Statistics Ernesto.
Educational Research Descriptive Statistics Chapter th edition Chapter th edition Gay and Airasian.
CHAPTER 11 Mean and Standard Deviation. BOX AND WHISKER PLOTS  Worksheet on Interpreting and making a box and whisker plot in the calculator.
Intro to Statistics Part II Descriptive Statistics
Descriptive Statistics
Univariate Statistics
Description of Data (Summary and Variability measures)
Science of Psychology AP Psychology
STATS DAY First a few review questions.
Module 8 Statistical Reasoning in Everyday Life
Part III: Designing Psychological Research
Statistics: The Interpretation of Data
Basic Biostatistics Measures of central tendency and dispersion
Presentation transcript:

Importing our Web data and Answering Descriptive Questions about Single Variables Psych 437

Data To access the data from your group’s questionnaire, visit the following link, but replace “group1.txt” in this example with the filename you used for your survey. – Thus, if your group used the filename “group6.htm” then the link for your data will be: –

Things to note regarding your data Comma delimited text file. Each person’s responses to your questionnaire will be saved as a separate row

Each distinct piece of information for a person will be separated by commas

The first three pieces of information will always be the same: –The filename (e.g., group3) –The date the data were submitted to the web server (e.g., 9/10/2011) –The time the data were submitted (not necessarily CST). Moreover, the last piece of information will always be the same –endline

After those three pieces of information, all other information submitted by the user will be listed in alphanumeric order of the variable NAMEs used in your code. Alphanumeric is an ordering system in which each term is sorted, starting with the left-most character, in order where nothing < 0-9 < A-Z < a-z

Example – A 000a V1 v0 v01 v010 One reason why I tend to use variable NAMEs such as v01, v02, … v10 instead of v1, v2, … v10 is that the alphanumeric sorting of the first example is v01, v02, … v10 whereas the sorting of the second example would be v1, v10, v2.

pin (alias) v02 v03 v04 v05 v06 v07 v08 v09 v010 v011

Downloading/saving the data to your computer

Be sure to select “Text Document” for the “Save as type” option

Importing the data into Excel File > Open Looking for a text file (*.txt)

Choose the delimited option

Comma delimited. Nothing else.

Different kinds of research questions In the next few weeks, we’ll begin to talk about some of the ways that research can be designed in order to answer both basic and applied research questions. Some of the key questions we’ll have to ask ourselves throughout this process are: (a) does this question involve one variable or more than one variable and (b) does the question concern the causal nature of the relationship between two or more variables?

Different kinds of research questions Descriptive UnivariateMultivariate CausalDescriptive

Different kinds of research questions Univariate: questions pertaining to a single variable –How long are people married, on average, before they have children? –How many adults were sexually abused as children? Descriptive research is used to provide a systematic description of a psychological phenomenon.

Different kinds of research questions Multivariate: questions pertaining to the relationship between two or more variables –How does marital satisfaction vary as a function of the length of time that a couple waits before having children? –Are people who were sexually abused as children more likely to be anxious, depressed, or insecure as adults?

Different kinds of research questions Notice that in each of these cases there is no assumption that one variable necessarily causes the other. In contrast, causal research focuses on how variables influence one another –Does psychotherapy help to improve peoples’ well-being? –Does drinking coffee while studying increase test performance?

Different kinds of research questions Descriptive UnivariateMultivariate CausalDescriptive

Univariate Descriptive Research The objective of univariate descriptive research is to describe a single psychological variable.

Univariate Descriptive Research Before we can describe the variable, we need to know whether it is categorical or continuous. This will impact the way we go about describing the variable. If the variable is categorical, all we need to do to answer the question is see what proportion of people fall into the various categories.

Categorical Variable Example research question: What is the gender of students enrolled as psychology majors at UIUC? We can obtain a random sample of psychology majors at UIUC. Measure the sex of participants (a simple self-report question should suffice) See what proportion of people are male vs. female.

PersonSex 1M 2M 3F 4F 5F 6F 7M 8F 9F Males: 3 Females: 6 Total: Males: 33% [3/9] Females: 66% [6/9]

Continuous Variable When the variable is continuous it doesn’t make sense to use “proportions” to answer the research question. Example: How stressed is an average psychology student at UIUC? To answer this question, we need to describe the distribution of scores.

Example How stressed have you been in the last 2 ½ weeks? Scale: 0 (not at all) to 10 (as stressed as possible) How can we summarize this information effectively?

Frequency Tables A frequency table shows how often each value of the variable occurs Stress rating Frequency

Frequency Polygon A visual representation of information contained in a frequency table Align all possible values on the bottom of the graph (the x-axis) On the vertical line (the y-axis), place a point denoting the frequency of scores for each value Connect the lines (Typically add an extra value above and below the actual range of values— in this example, at –1 and 11—and mark that with a 0.)

Measures of Central Tendency Central tendency: most “typical” or common score (a) Mode (b) Median (c) Mean

Measures of Central Tendency 1. Mode: most frequently occurring score Mode = 7

Measures of Central Tendency 2. Median: the value at which 1/2 of the ordered scores fall above and 1/2 of the scores fall below Median = 3Median = 2.5

Measures of Central Tendency x = an individual score N = the number of scores Sigma or  = take the sum Note: Equivalent to saying “sum all the scores and divide that sum by the total number of scores” 3. Mean: The “balancing point” of a set of scores; the average

Measures of Central Tendency Mean = ( )/10 = 3

Mean In the stress example, the sum of all the scores is / 157 = 6.2 Thus, the average score is 6.2, on a 0 to 10 scale.

Spread Notice that not everyone has a score of 6.2 Some people have very low scores (e.g., 0), and some people have very high scores (e.g., 10). The degree to which there is variation in the scores (i.e., people’s scores differ) is referred to as the dispersion or spread of the scores.

Measures of Spread To illustrate the way differences in spread may look, consider this graph. Two sets of scores with the same mean, but different spreads.

Standard Deviation The most common way of quantifying dispersion is with an index called the standard deviation. The SD is an average, and can be interpreted as the average amount of dispersion around the mean. Larger SD = more dispersion.

Recipe for Computing the Standard Deviation First, find the mean of the scores. Let’s call this M. Second, subtract each score from the mean. Let’s call this a “mean deviation” score, which we compute for each person. Third, square each of these mean deviation scores. Fourth, average these squared deviations. Fifth, take the square root of this average.

PersonScore or x(x – M)(x – M) 2 Homer1(1 – 4) = = 9 Maggie2(2 – 4) = = 4 Lisa2(2 – 4) = = 4 Bart4(4 – 4) = 00 2 = 0 Marge8(8 – 4) = 44 2 = 16 Santa7(7 – 4) = 33 2 = 9

How to Verbally Summarize this Information In this example, we see that the average stress score is 4, on a scale ranging from 1 to 8. Not everyone has a score of 4, however. On average, people are 2.64 units away from the mean.

Summary Most descriptive questions concerning one variable can be answered pretty easily. If the variable is categorical, –determine the proportion of people in each category or level of the variable If the variable is continuous, –find the mean and standard deviation of the scores.