Skip to content

Commit 5140005

Browse files
committed
Small correction in A08La_chi2
1 parent 2ec21a8 commit 5140005

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: BioDataScience1
2-
Version: 2020.5.0
2+
Version: 2020.5.1
33
Title: A Series of Learnr Documents for Biological Data Science 1
44
Description: Interactive documents using learnr for studying biological data science.
55
Authors@R: c(

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# BioDataScience1 News
22

3+
## Changes in version 2020.5.1
4+
5+
- Value of an argument in last exercise of A08La_chi2 is specified: `rescale.p = FALSE` in order to avoid ambiguity on the values required for the other arguments.
6+
37
## Changes in version 2020.5.0
48

59
- "Tutorial" A99La_avis added to get a quick feedback from the students.

inst/tutorials/A08La_chi2/A08La_chi2.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: "Guyliann Engels & Philippe Grosjean"
44
description: "**SDD I Module 8** Loi de distribution du Chi2 et test d'hypothèse associé."
55
tutorial:
66
id: "A08La_chi2"
7-
version: 2.0.0/9
7+
version: 2.0.1/9
88
output:
99
learnr::tutorial:
1010
progressive: true
@@ -284,7 +284,7 @@ knitr::kable(chimp2)
284284
# Création du jeu de données
285285
chimp2 <- tibble::tibble(Pomme = 160, Banane = 220, Orange = 70)
286286
# Test Chi^2 univarié
287-
chisq.test(___, p = ___, rescale.p = ___)
287+
chisq.test(___, p = ___, rescale.p = FALSE)
288288
```
289289

290290
```{r chi_test2_h3-hint-1}

0 commit comments

Comments
 (0)