Hi Everybody,
I am running a regression analysis using HLFS on Stata. I have been told that I need to use sample weights to have reliable estimates. The HLFS data has a "factor weight" column for each observation. My questions are as follows:
1) Does it mean that HLFS data already provide me with the sample weights? So, I don't need to calculate it?
2) If the answer is yes to (1), how do I use this on Stata?
I am writing a command as below, but I am not quite sure if I am weighting twice. [pweight=weights] --> The bold represents the factor weight column on HLFS data.
oaxaca LnWage var1 var2 var3 var4 var5 [pweight=weights], by(Gender) pooled
3) If answer to (1) is no, then how can I calculate the sample weights, as I don't know the total population of a sector?
Any suggestion would be much appreciated!
Thank you very much for your time and effort.
Related Posts with How to utilise sample weights in Stata? - QUICK QUESTIONS
All variables are insignificantHello, I am working on a time series data of a specific country, I followed the steps of time series…
Different results while working with stata in windows and macHi All, I've recently started working on Stata (13.1) on a mac system, and I'm getting different re…
Interactions of an Endogenous and Exogenous VariableHello, We are running the following regression: Y = aX1 + bX2 + cX1#X2 + `XVars' + error Our depe…
Reshape increases frequency of observationsHi I am working on a simple data set transformation that I have not found a solution to after searc…
Univariate analysis on structural break in StataDear Statalisters, I am doing univariate time series analysis using GDP quarterly data for 30 count…
Subscribe to:
Post Comments (Atom)
0 Response to How to utilise sample weights in Stata? - QUICK QUESTIONS
Post a Comment