Commands:
mixed eu_image || nordsyd_eu:, baselevel (first variable is positive/negative opinion to EU and the secound is a country macro variable)
After the commando above i use this post command:
predict vc_i, reffects
predict vc_i_ste, reses
egen pickone=tag(nordsyd_eu)
list nordsyd_eu vc_i vc_i_ste if pickone==1
histogram vc_i if pickone==1
sort vc_i
generate vc_i_rank=sum(pickone)
sort nordsyd_eu
list nordsyd_eu vc_i vc_i_ste vc_i_rank if pickone==1
See attachment
So my question is how i should interpret this output. So for example macro value 11 (Greece) has the value -0,299 from the mean (mean = 0). I wil interpret this as Greece is arround 30 pct. below the mean of the dependent variable?
Related Posts with How to interpret this post command?
spmap polygon sepearate graphsDear all, I'm trying to overlay EU NUTS2 and NUTS3 using spmap, but the polygon option doesn't combi…
Same date or within 7 days, within two variablesDear statalist-members, I need to identify patients that got med1 and med2 on the same day, or withi…
lazy man's researchI have some info culled from international registries of non-US rehab medicine clinical trials one …
Obtain which bin and corresponding density each observation in plotted histogram belongs to?Hello everyone, Suppose I plot a histogram: Code: clear set obs 10 g z = _n replace z = 5 if _n …
(ssc) esttab and stcrreg: option equations() invalidFor some reason esttab (an ssc package) will not let me combine these two outputs: Code: . stcrreg…
Subscribe to:
Post Comments (Atom)
0 Response to How to interpret this post command?
Post a Comment