A Guide to Doing Statistics in Second Language Research Using SPSS and R
eBook - ePub

A Guide to Doing Statistics in Second Language Research Using SPSS and R

Jenifer Larson-Hall

  1. 528 Seiten
  2. English
  3. ePUB (handyfreundlich)
  4. Über iOS und Android verfügbar
eBook - ePub

A Guide to Doing Statistics in Second Language Research Using SPSS and R

Jenifer Larson-Hall

Angaben zum Buch
Buchvorschau
Inhaltsverzeichnis
Quellenangaben

Über dieses Buch

A Guide to Doing Statistics in Second Language Research Using SPSS and R, Second Edition is the only text available that demonstrates how to use SPSS and R as specifically related to applied linguistics and SLA research. This new edition is up-to-date with the most recent version of the SPSS software and now also includes coverage of R, a software program increasingly used by researchers in this field. Supported by a number of pedagogical features, including tip boxes and practice activities, and a wealth of screenshots, this book takes readers through each step of performing and understanding statistical research, covering the most commonly used tests in second language research, including t-tests, correlation, and ANOVA. A robust accompanying website covers additional tests of interest to students and researchers, taking them step-by-step through carrying out these tests themselves. In this comprehensive and hands-on volume, Jenifer Larson-Hall equips readers with a thorough understanding and the practical skills necessary to conducting and interpreting statisical research effectively using SPSS and R, ideal for graduate students and researchers in SLA, social sciences, and applied lingustics.

For more information and materials, please visit www.routledge.com/cw/larson-hall.

Häufig gestellte Fragen

Wie kann ich mein Abo kündigen?
Gehe einfach zum Kontobereich in den Einstellungen und klicke auf „Abo kündigen“ – ganz einfach. Nachdem du gekündigt hast, bleibt deine Mitgliedschaft für den verbleibenden Abozeitraum, den du bereits bezahlt hast, aktiv. Mehr Informationen hier.
(Wie) Kann ich Bücher herunterladen?
Derzeit stehen all unsere auf Mobilgeräte reagierenden ePub-Bücher zum Download über die App zur Verfügung. Die meisten unserer PDFs stehen ebenfalls zum Download bereit; wir arbeiten daran, auch die übrigen PDFs zum Download anzubieten, bei denen dies aktuell noch nicht möglich ist. Weitere Informationen hier.
Welcher Unterschied besteht bei den Preisen zwischen den Aboplänen?
Mit beiden Aboplänen erhältst du vollen Zugang zur Bibliothek und allen Funktionen von Perlego. Die einzigen Unterschiede bestehen im Preis und dem Abozeitraum: Mit dem Jahresabo sparst du auf 12 Monate gerechnet im Vergleich zum Monatsabo rund 30 %.
Was ist Perlego?
Wir sind ein Online-Abodienst für Lehrbücher, bei dem du für weniger als den Preis eines einzelnen Buches pro Monat Zugang zu einer ganzen Online-Bibliothek erhältst. Mit über 1 Million Büchern zu über 1.000 verschiedenen Themen haben wir bestimmt alles, was du brauchst! Weitere Informationen hier.
Unterstützt Perlego Text-zu-Sprache?
Achte auf das Symbol zum Vorlesen in deinem nächsten Buch, um zu sehen, ob du es dir auch anhören kannst. Bei diesem Tool wird dir Text laut vorgelesen, wobei der Text beim Vorlesen auch grafisch hervorgehoben wird. Du kannst das Vorlesen jederzeit anhalten, beschleunigen und verlangsamen. Weitere Informationen hier.
Ist A Guide to Doing Statistics in Second Language Research Using SPSS and R als Online-PDF/ePub verfügbar?
Ja, du hast Zugang zu A Guide to Doing Statistics in Second Language Research Using SPSS and R von Jenifer Larson-Hall im PDF- und/oder ePub-Format sowie zu anderen beliebten Büchern aus Education & Education Theory & Practice. Aus unserem Katalog stehen dir über 1 Million Bücher zur Verfügung.

Information

Verlag
Routledge
Jahr
2015
ISBN
9781317688112

Part I


Statistical Ideas


Chapter 1


Getting Started with the Software
and Using the Computer for
Experimental Details


In my view R is such a versatile tool for scientific computing that anyone contemplating a career in science, and who expects to [do] their own computations that have a substantial data analysis component, should learn R.
John Maindonald (R Help thread, 5 January 2006)
In this chapter I will provide instructions for getting started with both SPSS and R. SPSS—now owned by the IBM corporation and called IBM SPSS Statistics—is probably the most commonly used statistical program in the field of social sciences for which it was originally developed, and is used by many researchers working in the field of second language research. It uses a graphical user interface (GUI) with drop-down menus that should be familiar to those who use programs such as Microsoft Word or Excel. I will also explain how to get started with R, which is the programming language and software environment most statisticians use and has grown greatly in popularity in the last decade, including with linguists. (See an R-lang mailing list created by Roger Levy in 2007, which also contains an archive of all prior messages.) By itself R does not have an intuitive GUI, but in this book I will show you how to use a GUI called R Commander that will help simplify the use of R for beginners.
In this chapter I will first explain how to physically get started by opening the software and either importing or entering your own data into a spreadsheet. (Data are the information you have.) Another important part of getting started is being able to save data. Once you have some data to work with, this chapter then goes on to explain ways you might like to manipulate your data, such as combining columns or calculating percentages, filtering out some cases of participants that you do not want to include in the analysis, or creating new groups from existing columns of data. I will also give you some help as to what to do if you have missing data, and finally, some resources for getting more help with these programs. The SPSS instructions throughout have been tested only with a PC (not Mac) with SPSS. The R instructions have been tested on both a PC and a Mac and any differences between these platforms will be noted in the text or on the website.

1.1 Getting Started with SPSS

First, open SPSS by either clicking on the SPSS icon
pg3_1
or going through the Programs menu from Windows. When you open SPSS you will see an “SPSS Data Editor” as in Figure 1.1, which looks like a spreadsheet for entering data. In SPSS version 10.0 and later, before you get to the Data Editor you will have a pop-up window which tries to help you get started. Usually you will choose either to type in new data or to open up an existing data set, like the ones provided for this book. Data files saved using SPSS have the extension.sav.
image
Figure 1.1 What you’ll see when starting up SPSS.
Note that there are two tabs in the Data Editor at the bottom of the spreadsheet. One is the “Data View,” which is the default view. The other is the “Variable View.” If you click on this tab, you will see a different spreadsheet that is used to enter specific information about your variables, such as their names, type and number of decimal points you want to see, among others.
SPSS has two different types of windows. One is the Data Editor, which looks like a spreadsheet and is where you enter your data. The other type of window is where any output appears. This window is called the “Statistics Viewer.” In SPSS, any calls to perform data analysis, such as creating a graph, doing a statistical test or creating a table result in objects automatically appearing in the Statistics Viewer (see Figure 1.2). If you save data from the Statistics Viewer, these files have a.spv extension. (Versions of SPSS older than 16.0 created.spo files as the output files, and these cannot be opened in SPSS 16 unless you install the SPSS 15.0 Smart Viewer, available on the installation CD, according to the SPSS help files.)
image
Figure 1.2 The Statistics Viewer window.
Section 1.1 deals with entering and importing data into SPSS as well as saving files. If you want information about and practice with manipulating variables in SPSS, such as moving columns or rows or simply deleting them, combining two or more variables into one variable, recoding groups or excluding cases from your data, see the online section titled “Manipulating variables in SPSS.”

1.1.1 Opening a Data File

Once you have SPSS open, I am sure you will want to get started trying to do things! If you have not used the initial pop-up menu shown in Figure 1.1 to open a file that has already been created, you can also do this through the menus using the sequence FILE > OPEN > DATA and then navigating to the.sav file you want. If you do this, you will see that the spreadsheet in the SPSS Data Editor becomes filled with data, as shown in Figure 1.3.
image
Figure 1.3 The Data Editor in “Data View” (“Data View” tab is highlighted at bottom) with data in it.

1.1.2 Entering Your Own Data

If you are going to create your own data file and would like to open a new spreadsheet through the menu system then you would go to FILE > NEW > DATA, which opens a blank spreadsheet. Since SPSS version 16.0, whenever you carry out any command through the menu system, the SPSS syntax for that command is documented in the Statistics Viewer. For example, Figure 1.4 shows the Viewer after opening up a new file.
There are a few things you need to know about data entry before you start inputting your numbers:
Rows in SPSS are cases. This means that each participant should occupy one row.
Columns in SPSS are separate variables, such as ID number, score on a test or category in a certain group.
You can name each case (participant) by making your first column the ID number of each participant.
image
Figure 1.4 Command syntax appears in the Statistics Viewer whenever you use a menu sequence, even just opening a blank spreadsheet, as shown here.
Your first step in entering data is to define the columns, which are your variables. To do this, go to the “Variable View” tab in the lower left-hand corner of the spreadsheet, shown in Figure 1.5 (the format of the spreadsheet will change, and the tab that says “Variable View” will turn yellow). As I will be talking about variables a lot, let me define them here. A variable is a collection of data that all belong to the same sort. For example, the ID numbers of all of your participants are one variable. Their scores on a certain test will be another variable. If the participants belonged to a certain experimental group, that group will be another variable. You can see that a variable, then, can consist of a collection of numbers, non-numeric labels (such as “control” or “group 1”), or just a string of information (such as MQ433 in a participant label).
image
Figure 1.5 Variable view in SPSS (click the “Variable View” tab at the bottom left corner).
In the Data Editor, when you are looking at the Variable View, you will see the following columns:
pg6_1
When you are naming your variables, you want to give them informative names to make it easier to remember what information is contained in each column. Here are a few things to remember about naming your variables:
Names can be up to 64 bytes long, resulting in 64 characters for most languages or 32 characters for languages like Japanese, Chinese or Korean (previous versions of SPSS, up to version 12.0, allowed only eight characters).
Names cannot start with a number.
Names cannot contain certain characters that are used in SPSS syntax, such as a slash “/”, question mark “?”, exclamation point “!” or quantity sign “>” or “<”). On the other hand, the underscore sign (_), periods and the number sign (#) are fine.
Names cannot contain blank spaces, such as “My Data File.”
When trying to give your variables informative names it is probably a good idea to use the “every word capitalized” convention, for example, “EnglishSpeakingTest.” This convention makes it easy to read the words. Current versions of SPSS are case-sensitive and will preserve capitalization.
pg7_1
The Type column defines your type of variable. The default choice is Numeric, which means your variable will be a number and can be used in statistical calculations. If you want to make your variable a different type, click on the right side of the cell and a small gray box like the following will appear:
pg7_1a
. If you click on the box you will see a choice of many different types of variables, as shown in Figure 1.6.
image
Figure 1.6 Variable type choices in the “Variable View” tab of the Data Editor.
I have never actually used any other types besides...

Inhaltsverzeichnis