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"
44description : " **SDD I Module 7** Distributions binomiale et de Poisson."
55tutorial :
66 id : " A07Lb_distri"
7- version : 2.1.0 /9
7+ version : 2.1.1 /9
88output :
99 learnr::tutorial :
1010 progressive : true
@@ -167,7 +167,7 @@ chart(___) +
167167``` {r binom4_h2-hint-1}
168168bi <- dist_binomial(size = ___, prob = ___)
169169chart(___) +
170- ylab("Densité de probabilté ")
170+ ylab("Densité de probabilité ")
171171
172172 #### ATTENTION: Hint suivant = solution !####
173173```
@@ -176,7 +176,7 @@ chart(___) +
176176## Solution ##
177177bi <- dist_binomial(size = 10, prob = 0.75)
178178chart(bi) +
179- ylab("Densité de probabilté ")
179+ ylab("Densité de probabilité ")
180180```
181181
182182``` {r binom4_h2-check}
You can’t perform that action at this time.
0 commit comments