Hi STATALIST-users
I'm trying to make sts graph (failure estimates) with at least two categorical variables, each splitted in 3 categories.
So far, I can only make one at the time, and I didn't have any chance to combine the graphs in one graph.
I have tried graph combine (gives 2 graphs next to each other), addplot will not work...
I have even tried to ask for
failure by(var1 var2)
but then I got combinations of these two variables on the plot (9 combinations), which I am not interested in.
I'm running STATA 13.1 and I'm quite new to STATA and statistics.
I hope some of you have the solution or good advice!
Sincerely
Edina
I'm trying to make sts graph (failure estimates) with at least two categorical variables, each splitted in 3 categories.
So far, I can only make one at the time, and I didn't have any chance to combine the graphs in one graph.
I have tried graph combine (gives 2 graphs next to each other), addplot will not work...
I have even tried to ask for
failure by(var1 var2)
but then I got combinations of these two variables on the plot (9 combinations), which I am not interested in.
I'm running STATA 13.1 and I'm quite new to STATA and statistics.
I hope some of you have the solution or good advice!
Sincerely
Edina
Comment