search for: classtable4

Displaying 1 result from an estimated 1 matches for "classtable4".

Did you mean: classtable
2007 Nov 09
1
fisher.test, chisq.test
...mutz Sch?n Sissa Tann class14 7 26 150 2 46 68 126 66 3 31 7 61 class24 7 6 55 5 49 71 93 90 1 18 16 79 class34 1 1 4 3 19 8 29 61 4 4 5 37 So in made a matrix and used >fisher.test(classtable4). But then this error occurs: Fehler in fisher.test(classtable4) : FEXACT error 7. LDSTP is too small for this problem. Try increasing the size of the workspace. Well I then increased the workspace: >fisher.test(classtable4, workspace=1e8) But then the same error occurs. Do someone knows a...