Skip to content

Commit dd15f33

Browse files
better 10.1 fig caption py bug hunt
1 parent 2cfa0d8 commit dd15f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/inference.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ In general, the process of using a sample to make a conclusion about the
8383
broader population from which it is taken is referred to as **statistical inference**.
8484
\index{inference}\index{statistical inference|see{inference}}
8585

86-
```{r 11-population-vs-sample, echo = FALSE, message = FALSE, warning = FALSE, fig.align = "center", fig.cap = "Population versus sample.", out.width="100%"}
86+
```{r 11-population-vs-sample, echo = FALSE, message = FALSE, warning = FALSE, fig.align = "center", fig.cap = "The process of using a sample from a broader population to obtain a point estimate of a population parameter. In this case, a sample of 10 individuals yielded 6 who own an iPhone, resulting in an estimated population proportion of 60% iPhone owners. The actual population proportion in this example illustration is 53.8%.", out.width="100%"}
8787
knitr::include_graphics("img/inference/population_vs_sample.png")
8888
```
8989

0 commit comments

Comments
 (0)