From 57eb76f04b0440687c324be51fbfc08a14193aea Mon Sep 17 00:00:00 2001 From: mdhumphries Date: Tue, 14 Jul 2026 09:58:33 +0100 Subject: [PATCH 1/2] Update index.md with additional learning resources Added links to resources by Russ Poldrack and Dan Larremore. --- manuals/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manuals/index.md b/manuals/index.md index 19e8f036..69b792d4 100644 --- a/manuals/index.md +++ b/manuals/index.md @@ -40,10 +40,14 @@ Also read these guides to research code: I was one day going to write lots of things about how to do stuff in research, but other people have already written better stuff. Here is some of that stuff: +Russ Poldrack's online textbooks: +- On statistics: [Statistical Thinking for the 21st Century](https://statsthinking21.github.io/statsthinking21-core-site/index.html). +- On coding: [Better Code, Better Science](https://bettercode-book.org/). + Dan Larremore's lab guides to: - [Data visualization](https://drive.google.com/file/d/1LouVvISCRlWkItZgzoHcgoU5Q1VyHT4U/view?usp=sharing) - [Giving a talk](https://drive.google.com/file/d/13efH6iA6toPtJ91KBt_QCeAyQBcSN7SA/view?usp=sharing) - [Peer review](https://drive.google.com/file/d/1g7VSbUkF9wBszcjHCeZlGHoHqUqYfDC0/view?usp=sharing) -Russ Poldrack's online textbook [Statistical Thinking for the 21st Century](https://statsthinking21.github.io/statsthinking21-core-site/index.html). + From bd5a9ced54e2efb810bd1680d8479b9331266994 Mon Sep 17 00:00:00 2001 From: mdhumphries Date: Tue, 14 Jul 2026 10:33:13 +0100 Subject: [PATCH 2/2] Update index.md --- manuals/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/manuals/index.md b/manuals/index.md index 69b792d4..d37f680c 100644 --- a/manuals/index.md +++ b/manuals/index.md @@ -32,6 +32,7 @@ Version: October 8th 2020 %} Also read these guides to research code: +- Russ Poldrack's [Better Code, Better Science](https://bettercode-book.org/). - Dan Larremore's lab guide to [clean code](https://drive.google.com/file/d/1TraVwRkbkCbHq-s_-NS69ZEbRNwH8XNh/view?usp=sharing) - Patrick Mineault's [Good Research Code Handbook](https://goodresearch.dev/index.html) @@ -40,9 +41,7 @@ Also read these guides to research code: I was one day going to write lots of things about how to do stuff in research, but other people have already written better stuff. Here is some of that stuff: -Russ Poldrack's online textbooks: -- On statistics: [Statistical Thinking for the 21st Century](https://statsthinking21.github.io/statsthinking21-core-site/index.html). -- On coding: [Better Code, Better Science](https://bettercode-book.org/). +Russ Poldrack's excellent starting guide to statistics: [Statistical Thinking for the 21st Century](https://statsthinking21.github.io/statsthinking21-core-site/index.html). Dan Larremore's lab guides to: - [Data visualization](https://drive.google.com/file/d/1LouVvISCRlWkItZgzoHcgoU5Q1VyHT4U/view?usp=sharing)