I am having problems with asdoc when exist frequency=1, I know that its a naive question but I am running a loop cycle with cross table in a big number of variables and found this issue.
an example is:
set obs 100
gen var=1
tab var
Code:
var | Freq. Percent Cum.
------------+-----------------------------------
1 | 100 100.00 100.00
------------+-----------------------------------
Total | 100 100.00
Code:
asdoc tab var
var | Freq. Percent Cum.
------------+-----------------------------------
1 | 100 100.00 100.00
------------+-----------------------------------
Total | 100 100.00
tabonevar(): 3200 conformability error
<istmt>: - function returned error
r(3200);
Please any comment i would grateful
Rodrigo
0 Response to Asdoc error in tabulation with Freq=1
Post a Comment