Data Visualization and Analysis in Second Language Research

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

This introduction to visualization techniques and statistical models for second language research focuses on three types of data (continuous, binary, and scalar), helping readers to understand regression models fully and to apply them in their work. Garcia offers advanced coverage of Bayesian analysis, simulated data, exercises, implementable script code, and practical guidance on the latest R software packages. The book, also demonstrating the benefits to the L2 field of this type of statistical work, is a resource for graduate students and researchers in second language acquisition, applied linguistics, and corpus linguistics who are interested in quantitative data analysis.

Author(s): Guilherme D. Garcia
Series: Second Language Acquisition Research Series
Edition: 1
Publisher: Routledge
Year: 2021

Language: English
Pages: 286

Cover
Half Title
Series Page
Title Page
Copyright Page
Contents
List of Figures
List of Tables
List of Code Blocks
Acknowledgments
Preface
Part I Getting Ready
1 Introduction
1.1 Main Objectives of This Book
1.2 A Logical Series of Steps
1.2.1 Why Focus on Data Visualization Techniques?
1.2.2 Why Focus on Full-Fledged Statistical Models?
1.3 Statistical Concepts
1.3.1 p-Values
1.3.2 Effect Sizes
1.3.3 Confidence Intervals
1.3.4 Standard Errors
1.3.5 Further Reading
2 R Basics
2.1 Why R?
2.2 Fundamentals
2.2.1 Installing R and RStudio
2.2.2 Interface
2.2.3 R Basics
2.3 Data Frames
2.4 Reading Your Data
2.4.1 Is Your Data File Ready?
2.4.2 R Projects
2.4.3 Importing Your Data
2.5 The Tidyverse Package
2.5.1 Wide-to-Long Transformation
2.5.2 Grouping, Filtering, Changing, and Summarizing Data
2.6 Figures
2.6.1 Using Ggplot2
2.6.2 General Guidelines for Data Visualization
2.7 Basic Statistics in R
2.7.1 What’s Your Research Question?
2.7.2 t-Tests and ANOVAs in R
2.7.3 A Post-Hoc Test in R
2.8 More Packages
2.9 Additional Readings on R
2.10 Summary
2.11 Exercises
Part II Visualizing the Data
3 Continuous Data
3.1 Importing Your Data
3.2 Preparing Your Data
3.3 Histograms
3.4 Scatter Plots
3.5 Box Plots
3.6 Bar Plots and Error Bars
3.7 Line Plots
3.8 Additional Readings on Data Visualization
3.9 Summary
3.10 Exercises
4 Categorical Data
4.1 Binary Data
4.2 Ordinal Data
4.3 Summary
4.4 Exercises
5 Aesthetics: Optimizing Your Figures
5.1 More on Aesthetics
5.2 Exercises
Part III Analyzing the Data
6 Linear Regression
6.1 Introduction
6.2 Examples and Interpretation
6.2.1 Does Hours Affect Scores?
6.2.2 Does Feedback Affect Scores?
6.2.3 Do Feedback and Hours Affect Scores?
6.2.4 Do Feedback and Hours Interact?
6.3 Beyond the Basics
6.3.1 Comparing Models and Plotting Estimates
6.3.2 Scaling Variables
6.4 Summary
6.5 Exercises
7 Logistic Regression
7.1 Introduction
7.1.1 Defining the Best Curve in a Logistic Model
7.1.2 A Family of Models
7.2 Examples and Interpretation
7.2.1 Can Reaction Time Differentiate Learners and Native Speakers?
7.2.2 Does Condition Affect Responses?
7.2.3 Do Proficiency and Condition Affect Responses?
7.2.4 Do Proficiency and Condition Interact?
7.3 Summary
7.4 Exercises
8 Ordinal Regression
8.1 Introduction
8.2 Examples and Interpretation
8.2.1 Does Condition Affect Participants’ Certainty?
8.2.2 Do Condition and L1 Interact?
8.3 Summary
8.4 Exercises
9 Hierarchical Models
9.1 Introduction
9.2 Examples and Interpretation
9.2.1 Random-Intercept Model
9.2.2 Random-Slope and Random-Intercept Model
9.3 Additional Readings on Regression Models
9.4 Summary
9.5 Exercises
10 Going Bayesian
10.1 Introduction to Bayesian Data Analysis
10.1.1 Sampling From the Posterior
10.2 The RData Format
10.3 Getting Ready
10.4 Bayesian Models: Linear and Logistic Examples
10.4.1 Bayesian Model A: Feedback
10.4.2 Bayesian Model B: Relative Clauses with Prior Specifications
10.5 Additional Readings on Bayesian Inference
10.6 Summary
10.7 Exercises
11 Final Remarks
Appendix A: Troubleshooting
A.1 Versions of R and RStudio
A.2 Different Packages, Same Function Names
A.3 Errors
A.4 Warnings
A.5 Plots
Appendix B: RStudio Shortcuts
Appendix C: Symbols and Acronyms
Appendix D: Files Used in This Book
Appendix E: Contrast Coding
Appendix F: Models and Nested Data
Glossary
References
Subject Index
Function Index