File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
inst/tutorials/A07Lb_distri Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ author: "Guyliann Engels & Philippe Grosjean"
4
4
description : " **SDD I Module 7** Distributions binomiale et de Poisson."
5
5
tutorial :
6
6
id : " A07Lb_distri"
7
- version : 2.1.0 /9
7
+ version : 2.1.1 /9
8
8
output :
9
9
learnr::tutorial :
10
10
progressive : true
@@ -167,7 +167,7 @@ chart(___) +
167
167
``` {r binom4_h2-hint-1}
168
168
bi <- dist_binomial(size = ___, prob = ___)
169
169
chart(___) +
170
- ylab("Densité de probabilté ")
170
+ ylab("Densité de probabilité ")
171
171
172
172
#### ATTENTION: Hint suivant = solution !####
173
173
```
@@ -176,7 +176,7 @@ chart(___) +
176
176
## Solution ##
177
177
bi <- dist_binomial(size = 10, prob = 0.75)
178
178
chart(bi) +
179
- ylab("Densité de probabilté ")
179
+ ylab("Densité de probabilité ")
180
180
```
181
181
182
182
``` {r binom4_h2-check}
You can’t perform that action at this time.
0 commit comments