I used the pca to combine information on 5 household assets to create an hh_index. There are some missing values and out of say N=1000 observations in total, the index is created only for 750 observations, because of missing values.
After predicting hh_index, I use
I tried this on different example variables, but end up with incorrect results, especially when using nq>3
Why does this happen?
After predicting hh_index, I use
xtile hh_index5 = hh_index, nq(5)When I tabulate the results, instead of 5 quintiles, it produces only 3.
I tried this on different example variables, but end up with incorrect results, especially when using nq>3
Why does this happen?
Comment