From Vibes to Variables

A Field Guide to Open Media Science

Author

Alex P. Leith

Published

January 1, 2026

From Vibes to Variables

A Field Guide to Open Media Science — Second Edition

This open educational resource (OER) guides you through the complete arc of a research project — from the first spark of curiosity to a published, reproducible study. Written for students in communication and media studies, it uses a real music industry dataset of 1,792 songs to teach research methods as a form of structured storytelling.

How This Book Works

The book is organized into five parts that mirror the phases of a research project:

  1. Foundations (Chapters 1–3): Build your research identity, set up your tools, and learn to read critically.
  2. Design (Chapters 4–8): Find your sources, choose a theoretical lens, write a research question, and understand research ethics.
  3. Methods (Chapters 9–16): Survey the methodological landscape — qualitative methods, surveys, and experiments — then dive deep into content analysis from immersion through operationalization, codebook design, and sampling.
  4. Analysis (Chapters 17–20): Wrangle data in R, visualize patterns, run statistical tests, and interpret results.
  5. Publishing (Chapters 21–22): Build reproducible reports with Quarto and share your work openly via GitHub Pages.

What’s New in the Second Edition

This edition expands from 17 to 22 chapters, adding substantial new coverage of:

  • Research ethics (Chapter 8) — from the Belmont Report to the ethics of analyzing public social media data
  • The full methods landscape (Chapter 9) — understanding where content analysis fits alongside surveys, experiments, and qualitative research
  • Qualitative methods (Chapter 10) — interviews, focus groups, and thematic analysis as standalone approaches
  • Survey design (Chapter 11) — questionnaire construction, sampling theory, and validity
  • Experimental design (Chapter 12) — causation, control groups, and threats to validity

Every chapter now includes graduate extensions with assigned readings and advanced prompts, non-music examples from news, social media, and political communication, and verified citations throughout.

The Dataset

Throughout this book, you’ll work with a unified dataset combining Billboard chart performance, Spotify audio features, and Genius metadata for 1,792 songs. If you’ve installed the coursepackR package, load it with:

library(coursepackR)
data(unified_music)

License

This work is licensed under a Creative Commons Attribution 4.0 International License.

Author: Alex P. Leith, Southern Illinois University Edwardsville

Course: MC-451 Research Methods | Course Website