Skip to content

Commit a1592cd

Browse files
committed
Restructuration into 10 modules
1 parent d26dd30 commit a1592cd

File tree

40 files changed

+306
-28
lines changed

40 files changed

+306
-28
lines changed

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
- All learnr exercices adapted and tested with svbox2022.
44

5+
- Reorganization of learnrs and additio, of new ones (course 8 modules -\> 10 modules).
6+
57
# BioDataScience2 2022.0.0
68

79
- New version for the academic year 2022-2023.

inst/tutorials/B01La_rappel/B01La_rappel.Rmd renamed to inst/tutorials/B00La_rappel/B00La_rappel.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: "Rappel de SDD I"
33
author: "Guyliann Engels & Philippe Grosjean"
4-
description: "**SDD II Module 1** Rappel du cours de sdd1."
4+
description: "**SDD II** Rappel de SDD I."
55
tutorial:
6-
id: "B01La_rappel"
6+
id: "B00La_rappel"
77
version: 2.2.0/22
88
output:
99
learnr::tutorial:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

inst/tutorials/B01Lb_reglin1/B01Lb_reglin1.Rmd renamed to inst/tutorials/B01La_reg_lin/B01La_reg_lin.Rmd

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: "Régression linéaire simple"
33
author: "Guyliann Engels & Philippe Grosjean"
4-
description: "**SDD II Module1** Régression linéaire simple."
4+
description: "**SDD II Module 1** Régression linéaire simple."
55
tutorial:
6-
id: "B01Lb_reglin1"
7-
version: 2.1.2/10
6+
id: "B01La_reg_lin"
7+
version: 2.2.0/10
88
output:
99
learnr::tutorial:
1010
progressive: true
@@ -30,6 +30,7 @@ BioDataScience2::learnr_server(input, output, session)
3030
## Objectifs
3131

3232
- Revoir la corrélation et les indices de Pearson et Spearman
33+
3334
- Maîtriser la régression linéaire dans R, en particulier la fonction `lm()`.
3435

3536
## Corrélation

0 commit comments

Comments
 (0)