Skip to content

Commit e7d75fc

Browse files
committed
Correction in one exercise of A11La_anova2
1 parent afbee04 commit e7d75fc

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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: 2023.11.0
2+
Version: 2023.11.1
33
Title: A Series of Learnr Documents for Biological Data Science 1
44
Description: Interactive documents using learnr and shiny applications 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,3 +1,7 @@
1+
# BioDataScience1 2023.11.1
2+
3+
- Correction in one exercise of **A11La_anova2**.
4+
15
# BioDataScience1 2023.11.0
26

37
- Learnrs **A11La_anova2**, **A11Lb_anova2mixte**, **A11Lc_syntaxr** and ****A12La_correlation** ready.

inst/tutorials/A11La_anova2/A11La_anova2.Rmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ Réalisez le graphique permettant de visualiser les interactions dans le jeu de
119119
___ %>.%
120120
___(., ___, ___) %>.% # regroupement par type d'alimentation et par ration
121121
___(., milk_mean = ___(___)) %>.% # moyenne du rendement
122-
___(.) %>.% # collecter les résultats
123122
# graphique du rendement moyen en fonction du type d'alimentation et des rations
124123
chart(data = ___, ___ ~ ___ %col=% ___ %group=% ___) +
125124
___() + # lignes

0 commit comments

Comments
 (0)