Skip to content

Commit 51c5b22

Browse files
added py version quantile comment
1 parent b320b35 commit 51c5b22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/inference.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,8 @@ To calculate a 95\% percentile bootstrap confidence interval, we will do the fol
11141114

11151115
\newpage
11161116

1117-
To do this in R, we can use the `quantile()` function:
1117+
To do this in R, we can use the `quantile()` function. Quantiles are expressed in proportions rather than
1118+
percentages, so the 2.5th and 97.5th percentiles would be the 0.025 and 0.975 quantiles, respectively.
11181119
\index{quantile}
11191120
\index{pull}
11201121
\index{select}

0 commit comments

Comments
 (0)