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
Marginal Effects from Interaction Terms in OLSHi, This was previously posted on cross validated. I have the following model, as you can see I ha…
How to drop a missing seriesHello, I have a panel data set, extracted using Stata wbopendata package. I want to drop a country i…
2SLS with polynomial distributed lags in both endogenous variables and instrumentsHi all, I am investigating the effect of air pollution (measured by pollutant concentration) on hea…
Counting within a variableSorry if this is trivial, but I can not find anything online nor seem to get it to work myself. I ha…
Meta-analysis of diagnostic test accuracy studies using midasHello everyone, I have tried searching for this but I cannot seem to find an answer. I am doing a …
Subscribe to:
Post Comments (Atom)
0 Response to Svy mean for calculating averages using nsso data
Post a Comment