Dear All,
I am using Stata 14 on Windows 10 an I am dealing with a weighting problem.
I have a population with 12000 observations from which I took a disproportional stratified sample with the following commands:
. sort Typ
. sample 25 if Typ == 11
. sample 15 if Typ == 12
. sample 30 if Typ == 21
. sample 40 if Typ == 22
The numerical designations like 11 etc. name the different stratas.
My problem is that I want to use different weights to see, which one is the best for describing the population by a sample.
The weights I want to use for the extrapolation are:
If not, does anyone know another way how I could do this?
Thanks a lot!
Aileen
I am using Stata 14 on Windows 10 an I am dealing with a weighting problem.
I have a population with 12000 observations from which I took a disproportional stratified sample with the following commands:
. sort Typ
. sample 25 if Typ == 11
. sample 15 if Typ == 12
. sample 30 if Typ == 21
. sample 40 if Typ == 22
The numerical designations like 11 etc. name the different stratas.
My problem is that I want to use different weights to see, which one is the best for describing the population by a sample.
The weights I want to use for the extrapolation are:
- {the propotion of firms (in one strata) in the total amount of firms in the population } divided through {the proportion of firms from one strata (in the sample) in the total amount of firms in the sample}
- {the proportion of the employees („y_besch“) (in one strata) inthe total amount of employees in the population} divided through {the proportion of employees in one strata (in the sample) in the total amount of employees in the sample}
- {the proportion of the revenue („Gewinn“) of one strata inthe total amount of the revenue oft he population} divided through { the proportion of the revenue of one strata inthe total amount of revenue of the sample}
- the amount of employees in one strata in the sample divided through the amount of employees in the same strata in the population
If not, does anyone know another way how I could do this?
Thanks a lot!
Aileen
Comment