diff --git a/episodes/23-statistics.Rmd b/episodes/23-statistics.Rmd index 46619b2d5..662a30391 100644 --- a/episodes/23-statistics.Rmd +++ b/episodes/23-statistics.Rmd @@ -275,8 +275,8 @@ Is the difference between heights statistically significant? ```{r} # Example to be changed -t.test(pop ~ european, data = gapminder)$statistic -t.test(pop ~ european, data = gapminder)$parameter +#t.test(pop ~ european, data = gapminder)$statistic +#t.test(pop ~ european, data = gapminder)$parameter ``` Notice that the summary()** of the test contains more data than is output by default.