ABSTRACT

From Data to Decisions in Music Education Research provides a structured and hands-on approach to working with empirical data in the context of music education research. Using step-by-step tutorials with in-depth examples of music education data, this book draws upon concepts in data science and statistics to provide a comprehensive framework for working with a variety of data and solving data-driven problems.

All of the skills presented here use the R programming language, a free, open-source statistical computing and graphics environment. Using R enables readers to refine their computational thinking abilities and data literacy skills while facilitating reproducibility, replication, and transparency of data analysis in the field. The book offers:

  • A clear and comprehensive framework for thinking about data analysis processes in a music education context.
  • An overview of common data structures and data types used in statistical programming and data analytics.
  • Techniques for cleaning, preprocessing, manipulating, aggregating, and mining data in ways that facilitate organization and interpretation.
  • Methods for summarizing and visualizing data to help identify structures, patterns, and trends within data sets.
  • Detailed applications of descriptive, diagnostic, and predictive analytics processes.
  • Step-by-step code for all concepts and analyses.
  • Direct access to all data sets and R script files through the accompanying eResource.

From Data to Decisions in Music Education Research offers a reference "cookbook" of code and programming recipes written with the graduate music education student in mind and breaks down data analysis processes and skills in an approachable fashion. It can be used across a wide range of graduate music education courses that rely on the application of empirical data analyses and will be useful to all music education scholars and professionals seeking to enhance their use of quantitative data.

part Section I|56 pages

Fundamentals and Principles of the R Programming Language

chapter 1|25 pages

The R Programming Environment

chapter 2|30 pages

Data Types and Data Structures

part Section II|56 pages

Data Wrangling Techniques

chapter 3|34 pages

Data Preprocessing and Data Manipulation

chapter 4|21 pages

Data Aggregation

part Section III|98 pages

Descriptive Analytics and Exploratory Data Analysis Techniques

chapter 5|43 pages

Summary Operations

chapter 6|54 pages

Data Visualization

part Section IV|80 pages

Diagnostic Analytics and Data Mining Techniques

chapter 7|22 pages

Normality Assessment and Anomaly Detection

chapter 8|27 pages

Data Re-Expression Techniques

chapter 9|30 pages

Covariance and Correlation

part Section V|195 pages

Predictive Analytics and the General Linear Model

chapter 10|61 pages

The Mean Model and Simple Linear Regression

chapter 11|58 pages

Multiple Linear Regression

chapter 12|39 pages

Special Cases of the General Linear Model

chapter 13|36 pages

Model Diagnostics