Skip to content

Commit c9b72e3

Browse files
edition of student.Rmd
1 parent 8d9ccc1 commit c9b72e3

File tree

8 files changed

+1182
-15
lines changed

8 files changed

+1182
-15
lines changed

inst/tutorials/08b_chi2/chi2.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ chart(usa, aes(long, lat, group = group)) +
224224

225225
Les distributions des groupes sanguins sont-elles identiques dans les trois états étudiés ?
226226

227-
```{r, echo=FALSE, message=FALSE}
227+
```{r, echo=TRUE}
228228
sang <- data.frame(groupe = c("A", "B", "AB", "O", "A", "B", "AB", "O", "A", "B", "AB", "O"),
229229
etat = c("Floride", "Floride", "Floride", "Floride", "Iowa", "Iowa", "Iowa", "Iowa", "Missouri", "Missouri", "Missouri", "Missouri"),
230230
freq = c(122, 117, 19, 244, 1781, 1351, 289, 3301, 353, 269, 60, 713))

inst/tutorials/08b_chi2/chi2.html

Lines changed: 20 additions & 14 deletions
Large diffs are not rendered by default.
Loading
10 KB
Loading
Loading

0 commit comments

Comments
 (0)