Hello, I have a general question about graphs containing a 'by' set. I am attempting to show how unionization rates have declined by education level over the years. I have attached an image of my two way line graph, I want every level of education to contain an x-axis with the relevant years. Is there a method to make this happen? I cannot find anything in the help section pertaining to this topic, any help is appreciated. Thanks!
Relevant code:
collapse (mean) Union , by(Schooling survyear)
twoway line Union survyear, by(Schooling)
Array
Related Posts with Adding x-ticks to every graph within a 'by' set for a twoway line
Shaping dataHello, I would like to transform my data from this way : order station up down 1 A 48 0 …
Jensen-Shannon Divergence between training and test set classesI'm working on Stata and I have a training and a test set. For each one I have a set of variables (h…
Interpreting an interaction term in a panel linear regression modelHi, I am exploring the link between the introduction of a stewardship policy and the consumption of…
incorrect panel data structureDear All, I am facing the following (incorrect) long panel data format. Code: * Example generated…
recording forward observations in panel dataDear Statalist, This is probably a trivial question, but I couldn't find a solution for it myself. …
Subscribe to:
Post Comments (Atom)
0 Response to Adding x-ticks to every graph within a 'by' set for a twoway line
Post a Comment