Hi,
I use the following code to create the median of a variable, and aim to create two sub-samples based on the median (above median and below median). However, the sample size of the regressions based on the two sub-samples are very very different. Aren't they have similar sample size?
egen MedianSize=median(wLogAsset)
I use the following code to create the median of a variable, and aim to create two sub-samples based on the median (above median and below median). However, the sample size of the regressions based on the two sub-samples are very very different. Aren't they have similar sample size?
egen MedianSize=median(wLogAsset)
Comment