My code:
twoway (scatter state year, sort by(province)) (scatter wagepre year, sort yaxis(2) by(province)) (lfit state wagepre), ytitle(State employment %) ytitle(Wage premium) xtitle(Year) xlabel(1951(10)2014) legend(order(1 "State employment" 2 "Wage premium" ))
does not work.
Related Posts with How to draw graph with both axis labeled with different scale
update on xtheckmanfeDear all, Thanks to Prof. Baum, a new version of xtheckmanfe is now available. This command estimate…
How to create new variable X=1, if Y=1 in the 24 cells (A1:A24), and X=0, if in the 24 cells (A1:A24) =0Dear all, Y is a dummy variable (1 - crises occur, 0 - crises). I have to crate a new variable X, t…
How to lag an entire equationI am trying to replicate what's called a 'dynamic autoregressive' logit model to predict a binary ou…
How i do Regressions using dummy variableHow I write a code for Regressions using dummy variable, cross sectional regression Array …
FE and robust standard errosHi, I am doing a project with panel data. I read online that "If the error terms are correlated, t…
Subscribe to:
Post Comments (Atom)
0 Response to How to draw graph with both axis labeled with different scale
Post a Comment