Hi,
I am getting the r(910) error when attempting a contingency table with the exact option. From what I've learned, newer versions of Stata don't need you to set memory, it just does this on the fly and the r(910) error suggests I'm out of memory (?).
Any thoughts on how to fix this?
This is the code I'm using:
tab ic_full Tuboovarian, exact
Most
granular
view of
income Tuboovarian
category No access Always Occasiona Notdep Total
Low Income 5 60 98 40 203
Low-Middle 1 0 0 7 8
Upper-Middle 23 27 43 42 135
High Income 14 23 56 41 134
Total 43 110 197 130 480
I have a number of other 4 x4 tables, also with small cells, but this one trips the error. Any ideas on what to do?
I am getting the r(910) error when attempting a contingency table with the exact option. From what I've learned, newer versions of Stata don't need you to set memory, it just does this on the fly and the r(910) error suggests I'm out of memory (?).
Any thoughts on how to fix this?
This is the code I'm using:
tab ic_full Tuboovarian, exact
Most
granular
view of
income Tuboovarian
category No access Always Occasiona Notdep Total
Low Income 5 60 98 40 203
Low-Middle 1 0 0 7 8
Upper-Middle 23 27 43 42 135
High Income 14 23 56 41 134
Total 43 110 197 130 480
I have a number of other 4 x4 tables, also with small cells, but this one trips the error. Any ideas on what to do?
Comment