Skip to content

Commit 7d5eb3b

Browse files
typo fix bug hunt inf py issue
1 parent 139e1c0 commit 7d5eb3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/inference.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -843,8 +843,8 @@ boot20000
843843
tail(boot20000)
844844
```
845845

846-
Let's take a look at histograms of the first six replicates of our bootstrap samples.
847-
```{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."}
846+
Let's take a look at the histograms of the first six replicates of our bootstrap samples.
847+
```{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."}
848848
six_bootstrap_samples <- boot20000 |>
849849
filter(replicate <= 6)
850850

0 commit comments

Comments
 (0)