I would like to graph two variables with one condition each. For example, I would like to graph wage and savings, but when wage is greater than 3 and when savings is greater than 50.
I am trying:
graph bar (percent) wages savings if savings==0
However, the graph that i get not only conditions savings by the condition, but also wages. In other words, it graphs all wages that correspond to savings greater than 0. I only want it to condition the variable savings and not wages. What can I do?
Related Posts with How to add two variables with one conditions each using graph bar
Graph export multiple using loopsI have been trying to create and export multiple graphs using the following code, instead I am getti…
Appending models using coefplotI would like to merge multiple models into the same series (crude/adjusted/further adjusted models) …
Changing the line colour of panel data line plot according to an indicator variableDear forum, I have a set of longitudinal patient data representing patient id (subjid), time in stud…
Survey Weights in the Construction of Adult Literacy RatesHi, I have household survey data from a country with the following variables: district ID (distid)…
suest alternative for panel dataHi, I have a panel GDP data for over 200 countries for the years 1990 to 2018, which I am reducing …
Subscribe to:
Post Comments (Atom)
0 Response to How to add two variables with one conditions each using graph bar
Post a Comment