I am using the command
by study_sample, sort: ci proportions epds_category_1 if part_agree==0
by study_sample, sort: ci mean epds_category_1 if part_agree==0
My question is that when do we get the same value for proportion and mean?
by study_sample, sort: ci proportions epds_category_1 if part_agree==0
by study_sample, sort: ci mean epds_category_1 if part_agree==0
My question is that when do we get the same value for proportion and mean?
Comment