Hi, I used stata 14,
when I ran this command :
svy:tab region_rec least1_IPV if v504==1, count column row obs percent format(%9.2gc) pearson
I get this a table with this at the bottom:
However, once I ran the same command with asdoc, this message is displayed
. asdoc svy:tab region_rec least1_IPV if v504==1, count column row obs percent format(%9.2gc) pearson
option count not allowed
r(198);
end of do-file
r(198);
the same message keeps displaying till I remove row obs percent format(%9.2gc) pearson.
But I need these options. Please advise.
Note that I use the asdoc command because I want to export all my results to a word document.
when I ran this command :
svy:tab region_rec least1_IPV if v504==1, count column row obs percent format(%9.2gc) pearson
I get this a table with this at the bottom:
RECODE of at least one type of |
v024 IPV |
(Region) No Yes Total |
1. Abidj 390 208 598 |
65 35 100 |
16 19 17 |
265 137 402 |
2. sudsa 543 240 784 |
69 31 100 |
23 22 22 |
491 228 719 |
3. centr 771 304 1,075 |
72 28 100 |
32 28 31 |
768 316 1,084 |
4. ouest 270 147 416 |
65 35 100 |
11 13 12 |
218 142 360 |
5. est 61 20 81 |
75 25 100 |
2.5 1.8 2.3 |
235 76 311 |
6. nord 365 175 540 |
68 32 100 |
15 16 15 |
766 380 1,146 |
Total 2,400 1,094 3,494 |
69 31 100 |
100 100 100 |
2,743 1,279 4,022 |
Key: weighted count |
row percentage |
column percentage |
number of observations |
. asdoc svy:tab region_rec least1_IPV if v504==1, count column row obs percent format(%9.2gc) pearson
option count not allowed
r(198);
end of do-file
r(198);
the same message keeps displaying till I remove row obs percent format(%9.2gc) pearson.
But I need these options. Please advise.
Note that I use the asdoc command because I want to export all my results to a word document.