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
Ordered Logit RegressionDear Statalisters, I have a quick question regarding ordered logits. I have a panel dataset with i…
Running a regression and variables are omitted due to collinearity but i don't know whyHi i was wondering if anyone could help me I am running the following tobit regression: Code: to…
Trivial question: what does f. stand for?Sorry if this is obvious, but I cannot find an answer As an example gen treatment=0 if (expectatio…
Interpretation of the interaction terms of two categorical variables in Non Linear modelsHi, I have been searching online but cant find much. I need help in understanding the interpretatio…
How to Esttab SHOWING THE FIRST STAGE ONLY (Without Showing the Second Stage) with ivreg2?Hi! My question is how to use Esttab to show the first stage WITHOUT Showing the Second Stage with i…
Subscribe to:
Post Comments (Atom)
0 Response to How to draw graph with both axis labeled with different scale
Post a Comment