Hi,
I am trying to export my survey data results from stata to excel or word (either of the two are fine).
I am conducting a chi-squared test using the following command --> svy: tabulate var1 var2
------------------------------------------------------------
diarrhea |
in the |
last 2 | autonomy index
weeks | no auton limited higher a maximum Total
----------+-------------------------------------------------
no | .3964 .1197 .0922 .2832 .8915
yes | .0536 .0152 .0124 .0274 .1085
|
Total | .45 .1349 .1045 .3106 1
------------------------------------------------------------
Key: cell proportion
Pearson:
Uncorrected chi2(3) = 19.2595
Design-based F(2.84, 1267.31)= 3.1620 P = 0.0261
To export this, I used asdoc svy: tabulate var1 var2 but when the word file opens up, the p-value and chi-square values aren't there. What should I do? Please help!
I am trying to export my survey data results from stata to excel or word (either of the two are fine).
I am conducting a chi-squared test using the following command --> svy: tabulate var1 var2
------------------------------------------------------------
diarrhea |
in the |
last 2 | autonomy index
weeks | no auton limited higher a maximum Total
----------+-------------------------------------------------
no | .3964 .1197 .0922 .2832 .8915
yes | .0536 .0152 .0124 .0274 .1085
|
Total | .45 .1349 .1045 .3106 1
------------------------------------------------------------
Key: cell proportion
Pearson:
Uncorrected chi2(3) = 19.2595
Design-based F(2.84, 1267.31)= 3.1620 P = 0.0261
To export this, I used asdoc svy: tabulate var1 var2 but when the word file opens up, the p-value and chi-square values aren't there. What should I do? Please help!