Hi Everyone,
I am using the 2015-16 wave of the Demographic and health survey from India, it contains data on reproductive behaviour and contraception. I have produced summary statistics using asdoc by Attaullah Shah, however I wanted to get summary statistics that would show proportions of a category variable. For example if I wanted to get the summary statistics of say proportion of people belonging to a certain category, where the category could be as follows:
I want to be able to run asdoc to get the proportion of people belonging to each category to be a part of my summary statistics since in this scenario having the mean of a categorical variable in a survey of individuals does not make much sense.
Also, does asdoc incorporate weights while generating tables, I have not found any material alluding to that.
Thanks in advance.
Lori
I am using the 2015-16 wave of the Demographic and health survey from India, it contains data on reproductive behaviour and contraception. I have produced summary statistics using asdoc by Attaullah Shah, however I wanted to get summary statistics that would show proportions of a category variable. For example if I wanted to get the summary statistics of say proportion of people belonging to a certain category, where the category could be as follows:
Code:
label list `:value label occupation '
V717:
0 not in work force/no occupation
1 professional/technical/managerial
2 clerical
3 sales
5 agricultural
7 services/household and domestic
8 manual - skilled and unskilled
98 don't know
label list `:value label state'
1 Andhra Pradesh
2 Assam
3 Bihar
.
.
Also, does asdoc incorporate weights while generating tables, I have not found any material alluding to that.
Thanks in advance.
Lori

Comment