From: Tyralynn Frazier on
questions
1) is it possible to plot 2 bars next to each other in proc gbarline (in
order to compare the two groups)?
2) here is my code:
proc gbarline data = dataset;
bar var1/ type =percent subgroup = var2;