1 Introduction
If you are new to statistics, or if you have been away from it for a while, this book is designed to make the journey manageable. You do not need to know everything up front. Concepts build gradually, and every method is paired with examples and tools so you can learn by doing. If something feels difficult at first, that is expected. The structure of the book is meant to support you through that process.
Statistics lives between mathematics and application. Some ideas are best understood through formulas, others through examples, and most through both. This handbook aims to keep that balance: the mathematics is present when it is essential for understanding, but the emphasis is on seeing how methods behave on real data. If you prefer to start from intuition and examples, you can; if you want formal details, they are there as well.
The core promise of this handbook is simple: it is safe to explore. You can experiment, make mistakes, and iterate. The methods are presented alongside interactive applications, so you can see how the theory behaves on data immediately. Over time, the concepts will become familiar, and the tools will become a natural extension of your work.
This handbook is designed to be usable without programming. Most readers can work entirely with the interactive Shiny applications that are linked throughout the chapters. In that workflow, the apps serve as the computational engine while the chapter text provides interpretation, assumptions, and methodological context. For many undergraduate use cases, this is sufficient to apply statistical methods correctly.
At the same time, readers who want deeper technical control can use R and RStudio as an optional extension. This is not a requirement for following the handbook, but it can be useful for custom analyses, scripting, and advanced reproducibility tasks. A detailed and academically styled overview of the relevant R language concepts is provided in Appendix C.