Hello,
I am using Stata 13 and I have a question regarding three way tables while using complex survey data. My dataset is weighted and stratified and I would like to make a three way table. Unfortunately, the table command doesn't work for svy.
I have tried:
However, the proportions this command provides me with are the proportions of a given group within a group of var1, and I would like to know the proportion of this given group over all observations. Would this be possible?
Thank you!
I am using Stata 13 and I have a question regarding three way tables while using complex survey data. My dataset is weighted and stratified and I would like to make a three way table. Unfortunately, the table command doesn't work for svy.
I have tried:
Code:
svy: prop var1, over(var2 var3)
Thank you!
Comment