New to R? Two minutes to install it and read a CSV. That's all you need before the chapters — they teach the actual statistics.
Install R (the language) from cran.r-project.org, then RStudio Desktop (the friendly editor) from posit.co. Open RStudio — you'll type code into the Console at the bottom.
Download the challenge CSV and note where it lives. The simplest path: put the CSV in a folder, then point R at that folder once.
A data frame is just a table — like a pandas DataFrame.
Loops, cat() and print() are always allowed in the challenge — it's only the statistical functions that your chapters unlock.
The chapters teach the statistics (and the one function you'll actually model with).