Skip to content

Commit

Permalink
typo fix bug hunt inf py issue
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorcampbell committed Dec 22, 2023
1 parent 139e1c0 commit 7d5eb3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/inference.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -843,8 +843,8 @@ boot20000
tail(boot20000)
```

Let's take a look at histograms of the first six replicates of our bootstrap samples.
```{r 11-bootstrapping-six-bootstrap-samples, echo = TRUE, fig.pos = "H", out.extra="", message = FALSE, warning = FALSE, fig.align = "center", fig.cap = "Histograms of first six replicates of bootstrap samples."}
Let's take a look at the histograms of the first six replicates of our bootstrap samples.
```{r 11-bootstrapping-six-bootstrap-samples, echo = TRUE, fig.pos = "H", out.extra="", message = FALSE, warning = FALSE, fig.align = "center", fig.cap = "Histograms of the first six replicates of the bootstrap samples."}
six_bootstrap_samples <- boot20000 |>
filter(replicate <= 6)
Expand Down

0 comments on commit 7d5eb3b

Please sign in to comment.