Skip to content

Instantly share code, notes, and snippets.

View matomatical's full-sized avatar
🐢
The unexamined life is not to be lived.

Matthew Farrugia-Roberts matomatical

🐢
The unexamined life is not to be lived.
View GitHub Profile
@matomatical
matomatical / slots.rmd
Last active January 30, 2023 21:12
Efficiently scoring slot machine outcomes for *Hands-On Programming With R*, part III
---
title: Profiling score-calculation methods
author: Matthew Farrugia-Roberts (@matomatical)
---
```{r setup, include=FALSE}
options(width = 100L)
```
Generating the symbols (batch)