Skip to content

Commit

Permalink
Fix some typos for simplifying table code
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Jun 13, 2024
1 parent 288bf93 commit ef35a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/correlation_causation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -868,9 +868,9 @@ I.Q.s go with low athletic scores, the sum of the multiplications for the
observed sample will be *lower* than most of the random trials.)

```{python eval=TRUE, echo=FALSE, results="asis", message=FALSE}
rng = np.random.default_rng(1966)
rnd = np.random.default_rng(1966)
samp_out = pd.DataFrame(data={'Athletic\nscore': ath}}
samp_out = pd.DataFrame(data={'Athletic\nscore': ath})
n_trials = 10
for t_no in range(1, n_trials + 1):
Expand Down

0 comments on commit ef35a41

Please sign in to comment.