I'm pretty new to STATA and this is probably a silly question, but I can't seem to find the answer anywhere and have been playing with it for a while.
I have geographic zones where surveys were completed. I was able to sort my table by zone, but I want to sort it so that the ones with the highest percent of "Yes" responses come first. I essentially want to summarize which zones were the most responsive. You can view my table below.
Further, if you have advice on how to better present the most responsive zones in a succinct table, I would love the input
Thanks
tab zone revsurveycompleted, row
+----------------+
| Key |
|----------------|
| frequency |
| row percentage |
+----------------+
| Survey completed
Zone | Yes Missing | Total
-----------+----------------------+----------
1 | 3 6 | 9
| 33.33 66.67 | 100.00
-----------+----------------------+----------
2 | 4 12 | 16
| 25.00 75.00 | 100.00
-----------+----------------------+----------
3 | 2 21 | 23
| 8.70 91.30 | 100.00
Related Posts with Ordering table by percent "yes"
Merging panel data with gravity data- What should it look like?Hi all, I'm not too familiar with using gravity data, so I am not sure what my dataset should look …
prodest only estimated correctly elasticities once and now it gives only negative coefficientsDear Gabriele Rovigatti , I am estimating a production function on COMPUSTAT data for the U.S. and …
Average Variance Extracted (AVE) and Composite Reliability (CR) in CFAHi all, I built a Confirmatory Path Analysis through survey data. I would like to calculate the Ave…
How to pass the parameters to stata plugin?How to pass the parameters to c++ linux stata plugin? …
Center around the MedianGood afternoon, Is there a command that allows you to center around the median of a continuous vari…
Subscribe to:
Post Comments (Atom)
0 Response to Ordering table by percent "yes"
Post a Comment