Hi all,
I am using a DHS survey to calculate mean wages for age and income group (I asked another question about it in my previous post).
I used svyset command at the beginning. However, I am not sure before which commands I am supposed to use svy command.
Three major part of my calculations are:
1. generating categorical variables for wages and level of education.
2. Adding different income categories to generate monthly income.
3. Two way table:
table agecat edu_level, c(p50 adjincome n adjincome)
Using svy command for table does not work and I am trying to figure out if this table is weighted. Also I am not sure for what commands I am supposed to used Svy.
Any pointers would be helpful. Thank you.
I am using a DHS survey to calculate mean wages for age and income group (I asked another question about it in my previous post).
I used svyset command at the beginning. However, I am not sure before which commands I am supposed to use svy command.
Three major part of my calculations are:
1. generating categorical variables for wages and level of education.
2. Adding different income categories to generate monthly income.
3. Two way table:
table agecat edu_level, c(p50 adjincome n adjincome)
Using svy command for table does not work and I am trying to figure out if this table is weighted. Also I am not sure for what commands I am supposed to used Svy.
Any pointers would be helpful. Thank you.
Comment