KeresztTábla parancs

Innen: GeoGebra Manual
A lap korábbi változatát látod, amilyen Gabriela Ferenczy (vitalap | szerkesztései) 2015. október 13., 12:50-kor történt szerkesztése után volt.
Accessories dictionary.png
Ez az oldal a hivatalos használati útmutató nyomtható és PDF-be menthető része. A felépítése miatt az egyszerű felhasználók ezt nem szerkeszthetik. Ha bármilyen hibát találna, kérjük, jelezze felénk.Ugrás a felhasználók által szerkeszthető változathoz.
KeresztTábla[ <Szöveg lista>, <Szöveg lista> ]
Draws a Contingency Table created from the two given lists. Unique values from the first list are used as row values in the table. Unique values from the second list are used as column values in the table.
KeresztTábla[ <Szöveg lista>, <Szöveg lista>, <Opciók> ]
Draws a Contingency Table created from the two given lists as described above. The text Options controls the display of optional calculations within the table.
Jegyzet: Possible values for Options are "|", "_", "+", "e", "k", "=".
  • "|" = show column percentages
  • "_" = show row percentages
  • "+" = show total percentages
  • "e" = show expected counts
  • "k" = show Chi Squared contributions
  • "=" = show results of a Chi Squared test
KeresztTábla[ <Nyers adatok listája>, <Oszlop értékek listája>, <Gyakoriság tábla> ]
Draws a Contingency Table using the given list of row values, column values and corresponding frequency table.
Példa: ContingencyTable[ {"Males","Females"},{"Right-handed", "Left-handed"},{{43,9},{44,4}}] yields the corresponding Contingency Table.
KeresztTábla[ <Nyers adatok listája>, <Oszlop értékek listája> <Gyakoriság tábla>, <Opciók> ]
Draws a Contingency Table using the given list of row values, column values and corresponding frequency table. The text Options controls the display of optional calculations within the table as described above.
Példa: ContingencyTable[ {"Males","Females"},{"Right-handed", "Left-handed"},{{43,9},{44,4}},"_"] yields the corresponding Contingency Table showing the row percentages.
© 2024 International GeoGebra Institute