hello everyone,
I am new to Stata and have a question with regard to variable creation. I am trying to label the axis using the actual province abreviations rather than the designated number in the data sheet. the code I am using is:
keep prov hrlyearn
label define provincelables 10 "NL" 11 "PEI" 12 "NS" 13 "NB" 24 "QC" 35 "ON" 46 "MB" 47 "SK" 48 "AB" 59 "BC"
graph twoway scatter hrlyearn prov
This code generates the graph but has the provinces numbers along the axis rather than the abreviations
Related Posts with Questions
Use variables of only one child from among many childrenI have father's data id household member number father's age ..other father's variables parent-ch…
suest and teffects togetherHello All, I am trying to use suest command after effects. use http://www.stata-press.com/data/r13/c…
Use variables of only one child from among many childrenI have father's data id household member number father's age ..other father's variables parent-ch…
Tabout: produce a table of means with multiple variablesDear Statalisters, This is my first post, therefore I hope it will be comprehensible and compliant …
Firm Fixed Effects in ManovaHello, I have Panel Data and I want to run a multivariate Regression using Manova/Mvreg. Is it poss…
Subscribe to:
Post Comments (Atom)
0 Response to Questions
Post a Comment