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?
How can I overlay Weibull survival curves and Kaplan-Meier curves?Dear Statalist users, I am trying to plot a Weibull survival curve together with a Kaplan Meier cur…
Pseudo-R^2 and t-statistics after stratification matchingDear all, I am currently trying to apply different propensity score matching estimators to my data.…
Create preference order for source of dataHello everyone, I have occupational data for a large set of countries over time that come from diff…
Using*two*inputs variable*in*measuring*Malmquist*Productivity*IndexHi I am trying to calculate malmquist productivity index with two inputs (Farming Grain) , but when…
Error 301After I run the following regression: bysort FYEAR SIC: regress TACCATw ATLAGINVw REVATLAGw PPEATLAG…
Subscribe to:
Post Comments (Atom)
0 Response to How to interpret this post command?
Post a Comment