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 followi
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
Omitted dummy variable because of collinearityDear community I am running a panel data with fixed effects. The model I'm applying is a partial ad…
ebalfit: New command for entropy balancingA new command for entropy balancing is now available from SSC. Type Code: . ssc install ebalfit to…
identifying random slope by groupHi all, I have a multilevel logistic model (using melogit in Stata 15.1) written as: Code: melog…
Collapsing two variables that occur multiple timesHi StataList, I'm attempting to collapse two variables, "from_gstin" and "to_gstin", into a form wh…
Fuzzy RD PlotI am using the following code for my Fuzzy RDD analysis: Y=outcome variable R=Running variable rela…
Subscribe to:
Post Comments (Atom)
0 Response to Svy mean for calculating averages using nsso data
Post a Comment