Skip to content

Commit f1b8e46

Browse files
authored
Update TableContingences.adoc
1 parent faf20dd commit f1b8e46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fr/modules/ROOT/pages/commands/TableContingences.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TableContingences( <Liste de textes>, <Liste de textes> )::
1111

1212
`++TableContingences({"Hommes", "Hommes", "Hommes", "Femmes"}, {"Droitiers", "Gauchers", "Gauchers", "Gauchers"})++` crée le tableau :
1313

14-
stem:[\begin{array}{|l|r|r||r|}\hline \text{\text{Effectifs}}&\text{Droitiers}&\text{Gauchers}&\text{Total}\\\hline \text{Femmes}&0&1&1\\\hline \text{Hommes}&1&2&3\\\hline \hline \text{Total}&1&3&4\\\hline \end{array}]
14+
stem:[\begin{array}{|l|r|r||r|}\hline \text{Effectifs}&\text{Droitiers}&\text{Gauchers}&\text{Total}\\\hline \text{Femmes}&0&1&1\\\hline \text{Hommes}&1&2&3\\\hline \hline \text{Total}&1&3&4\\\hline \end{array}]
1515

1616
[NOTE]
1717
====
@@ -49,7 +49,7 @@ TableContingences( <Liste TitresLignes>, <Liste TitresColonnes>, <Matrice Dépou
4949
`++TableContingences({"Hommes","Femmes"}, {"Droitiers","Gauchers"} ,{{43,9},{44,4}})++` crée le tableau :
5050
5151
52-
stem:[\begin{array}{|l|r|r||r|}\hline \text{\text{Effectifs}}&\text{Droitiers}&\text{Gauchers}&\text{Total}\\\hline \text{Hommes}&43&9&52\\\hline \text{Femmes}&44&4&48\\\hline \hline \text{Total}&87&13&100\\\hline \end{array}]
52+
stem:[\begin{array}{|l|r|r||r|}\hline \text{Effectifs}&\text{Droitiers}&\text{Gauchers}&\text{Total}\\\hline \text{Hommes}&43&9&52\\\hline \text{Femmes}&44&4&48\\\hline \hline \text{Total}&87&13&100\\\hline \end{array}]
5353
5454
====
5555

0 commit comments

Comments
 (0)