A complete operating manual for data-driven decision making, synthesized from MGT 6381 (Managerial Statistics, Fall 2024, Yasin Alan, Owen Graduate School of Management, Vanderbilt University) — fourteen classes, three group homework assignments, five online quizzes, five practice problem sets, and the final exam preparation booklet. Approximately 35,000 words across a landing page, ten module sub-pages, and an eleven-page Master Playbook.
Managerial Statistics is Owen's foundational quantitative course — officially named for the subject, unofficially named for the thing the subject is for: Data-Driven Decision Making. The course's central claim is that the bottleneck in modern business is no longer access to data — companies are data rich but information poor — but the manager's ability to partner with quants, ask the right questions, convert technical answers back into managerial actions, and avoid the classical traps that statisticians have spent two centuries cataloging. Across fourteen classes, the course builds a complete toolkit: descriptive statistics, data visualization, sampling theory, confidence intervals, hypothesis testing, A/B testing, simple and multiple regression with diagnostics, logistic regression, and machine learning — ending with data ethics and a clear-eyed treatment of when removing demographic variables from a model can make algorithmic discrimination worse. Every concept is taught with R as the working tool, with a worked managerial case (Commodore Cereals, WSES, Vungle, Compass Maritime, Caesars, QWE, OSHA, Home Credit), and with a recurring discipline: what have you really learned today, and what would you do differently as a manager because of it?
If you remember only three sentences from this course, remember these. Every framework, every formula, every case study is a footnote to one of them.
Class 1 introduces the course's organizing operational metaphor: every decision a manager makes with quantitative help passes through six steps. Steps 2-5 are where the technical work lives; steps 1 and 6 are where the managerial work lives, and where the course argues that an MBA's value-add is concentrated.
lm(), glm(), t.test(), prop.test(), pnorm(), pt(), qnorm(), qt(), vif(), stepAIC(), predict() — a vocabulary you will fluently command by Class 14.A recurring pattern in the course: when a case goes wrong, it almost always went wrong at step 1 or step 6, not at steps 2-5. The Bet Performer ship was bid at $125.83M, sold at $133M, and a sister ship sold for $27M nine months later in the post-crash market — the regression was fine; the manager missed the structural break in shipping markets in 2008.
| Class | Date (2024) | Topic | Module |
|---|---|---|---|
| 1 | Aug 19-20 | Introduction & Course Overview | [[managerial-statistics-module-1]] |
| 2 | Aug 21-22 | Summarizing Data | [[managerial-statistics-module-2]] |
| 3 | Aug 26-27 | Data Visualization | [[managerial-statistics-module-3]] |
| 4 | Aug 28-29 | Statistical Sampling | [[managerial-statistics-module-4]] |
| 5 | Sept 2-3 | Confidence Intervals | [[managerial-statistics-module-5]] |
| 6 | Sept 4-5 | Hypothesis Testing | [[managerial-statistics-module-6]] |
| 7 | Sept 9-10 | A/B Testing | [[managerial-statistics-module-7]] |
| 8 | Sept 11-12 | Simple Linear Regression | [[managerial-statistics-module-8]] |
| 9 | Sept 16-17 | Multiple Regression | [[managerial-statistics-module-9]] |
| 10 | Sept 18-19 | Multiple Regression — Part II | [[managerial-statistics-module-9]] |
| 11 | Sept 23-24 | Model Selection & Validation | [[managerial-statistics-module-9]] |
| 12 | Sept 25-26 | Logistic Regression | [[managerial-statistics-module-10]] |
| 13 | Sept 30-Oct 1 | Machine Learning | [[managerial-statistics-module-10]] |
| 14 | Oct 2-3 | Data Ethics | [[managerial-statistics-module-10]] |
The ten modules of this masterclass group the fourteen classes into the natural learning arcs: the four foundations (descriptive statistics, visualization, sampling, CLT) build the vocabulary; the inferential pair (confidence intervals, hypothesis testing) introduce the bridge from sample to population; experimentation (A/B testing) shows how the bridge gets built in modern companies; regression (simple, multiple, validation — Classes 8-11) becomes the workhorse for understanding and predicting; and the closing trilogy (logistic regression, machine learning, data ethics — Classes 12-14) extends regression to binary outcomes, scales it to high dimensions, and finally subjects the whole enterprise to ethical audit.