I would like to analyse my data in the multi-level Tobit method (metobit) with applying two-level weights. In multi-level linear mixed model we get the first level weight [pweight= IPW] by calculating a propensity weight and the Stata automatically estimates the weight. "size" for cluster level (2nd level). Stata command for the linear mixed model is "mixed unemp i.year inc edu [pweight= IPW]|| year:, pwscale(size)", My data of the unemployment variable is censored in distribution. My data would better fit in metobit method. But metobit does not automatically estimate the "size" weight. Stata command for mtobit is "metobit unemp inc edu [pweight=IPW] || year:, pweight(wvar2) ll(0)". The wvar2 in pweight(wvar2) is the 2nd level weight similar to "size". I do not know how to derive the weight data from my first-level estimate. Stata manual explained the meaning of the weight but not explained the calculation method. Can you please help me by describing a) the 2nd level weight-deriving method as Stata calculates the weight "size" b) providing reading materials to calculate the weight?
Related Posts with Method deriving weight of second level for mtobit model
Difference between two means with highly overlapping 95% CIs is significant at p < 0.001 (?)Greetings, I'm running Stata 15.1 on a Mac OS and currently working with survey data that's been me…
Calculating Gini in direct methodThere are two methods for calculating Gini- 1) Direct Method= if I want to calculate the education G…
Constraining the X-Axis within a rangeI'm studying the causal impact of Puerto Rico's VacuTour policy with my event-study synthetic contro…
Inserting Mean and Median Vertical Lines on Multiple KDensity PlotsHi, I am using the multidensity package. Here's what I've tried: Code: sysuse auto, clear multiden…
Time Fixed Effects and Time trendsDear all, I want to run some regressions with year, industry and country fixed effects. However, I …
Subscribe to:
Post Comments (Atom)
0 Response to Method deriving weight of second level for mtobit model
Post a Comment