I am currently working on the 75th round data NSS, where I need to use survey analysis. I wanted to find out the average expenditure on various components of education. However, when I am giving the command
svy: mean total_exp
the value does not match the report. If I manually calculate by the procedure, I am getting the correct average. I have used the following
egen total = total(total_exp*multipliercombined)
egen number = total(multipliercombined)
generate average = total/number
Related Posts with Svy mean for calculating averages using nsso data
Creating new variable across rowsHello, I've got a dataset with rows specific to an individual and columns specific to certain theme…
Question on AIC (and Log-likelihood)Hello everybody. I would have two quick theoretical questions on the AIC, which raised when perform…
What pseudo R squared and chi2 obtained with -pstest- mean?Dear All, I have run -pstest- after matching. I have explained the standardised bias and the mean b…
Panel data: Identify recurrent strings across columnsDear Statalist, I have a large dataset that contains several million emails (one row per email sent…
xtprobit panel data predictionHi, I'm currently working on a project with panel data. I need to calculate propensity scores by us…
Subscribe to:
Post Comments (Atom)
0 Response to Svy mean for calculating averages using nsso data
Post a Comment