Hi ALL,
Following is the output that I get from Stata:
* paved road
. table v2afac [pw=persweig] if urbrural==2 &
v2a01==1 & v2afac==4, row col
----------------------
Code of |
facility | Freq.
----------+-----------
Bus stop | 485,510
|
Total | 485,510
----------------------
.
. * paved dirt road , vehicle passable
. table v2afac [pw=persweig] if urbrural==2 &
v2a01==1 & v2afac==5, row col
----------------------
Code of |
facility | Freq.
----------+-----------
Paved ro | 353,804
|
Total | 353,804
----------------------
. * paved road or dirt road
. table v2afac [pw=persweig] if urbrural==2 &
v2a01==1 & v2afac==5 | v2afac==6, row col
----------------------
Code of |
facility | Freq.
----------+-----------
Paved ro | 353,804
Dirt roa | 1471370
|
Total | 1825174
----------------------
.
. * paved road and dirt road
. table v2afac [pw=persweig] if urbrural==2 &
v2a01==1 & v2afac==5 & v2afac==6, row col
no observations
r(2000);
I can clearly see in the data that there are people
who have answered both. I am trying to figure out the
discrepancy in the data.
Many thanks,
Anuja
=====
WE ARE ALL IN THE GUTTER,SOME OF US LOOK AT THE STARS.
__________________________________
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/