Skip to content

Commit

Permalink
Merge branch 'main' into update/packages
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmlft authored Aug 6, 2024
2 parents 2137d15 + 007befd commit aac035d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions episodes/23-statistics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit aac035d

Please sign in to comment.