Teaching Philosophy
Why These Books
Most business programs teach quantitative skills in isolation. Statistics lives in one course. Data analysis in another. Research methods in a third. Visualization, if it appears at all, gets a week near the end of something else. The result is that students learn each skill as a standalone module and never see how the pieces connect.
These five books share an approach. Each one covers a distinct skill. Together, they trace the full arc of working with data: reasoning about uncertainty, writing code to analyze it, collecting it well, designing studies around it, and communicating what it shows. A reader who works through all five will not just know five topics. They will understand how those topics depend on each other.
What Gap This Fills
The gap is not a shortage of textbooks. It is a shortage of coherent ones.
Existing statistics books often assume the reader will never touch code. Existing R books often assume the reader already understands statistics. Survey design gets treated as a subtopic of marketing research. Visualization gets reduced to “choose the right chart type.” Research methods textbooks try to cover everything and end up covering nothing well.
Each book treats its skill as something worth a full volume, written at a level that respects the reader’s intelligence without assuming prior expertise. The books share a vocabulary, a set of running examples, and a consistent approach to explanation.
What the Reader Will Be Able to Do
A reader who works through these books will be able to think critically about data, work with it in code, collect it properly, design a credible study, and present findings in a way that is honest and clear.
More specifically: they will be able to read a research report and identify its weaknesses. They will be able to take a messy CSV file and produce a clean, reproducible analysis in R. They will be able to design a survey that measures what it claims to measure. They will be able to choose an appropriate research design for a business question. And they will be able to build visualizations that reveal patterns without misleading the audience.
These are not advanced skills. They are foundational ones. The problem is that they are rarely taught together, and they are almost never taught with this level of integration.
What This Series Pushes Back Against
It pushes back against the idea that statistics is a math course. Statistics is a reasoning framework. The math serves the reasoning, not the other way around.
It pushes back against the assumption that students need to see proofs before they can understand concepts. Most professionals will never derive an estimator. All of them need to understand what an estimate means and how much they should trust it.
It pushes back against the convention of teaching tools without context. Knowing how to run a t-test in R is not useful if you do not know when a t-test is appropriate, what its assumptions are, or what the result actually tells you.
It pushes back against the practice of treating data collection as someone else’s problem. If you analyze data, you need to understand where it came from and what could have gone wrong before it reached you.
And it pushes back against the notion that data visualization is decoration. A chart is an argument. It encodes choices about what to show, what to hide, and what to emphasize. Those choices carry ethical weight.
The Approach
Every book follows the same principles. Concepts before procedures. Real data before toy examples. Honest language about what we know and what we do not. Short sentences. No hand-waving. No false confidence.
Where possible, the books include interactive tools that let readers experiment with ideas directly. These are not optional extras. They are teaching instruments, built to make abstract concepts tangible.
The books are written for adults who are willing to think carefully. They assume intelligence. They do not assume background.