Dear all,
I used proc sgplot reg statement to produce graphs. I used 'group' option to produce regression line for each group of a variable. Say one regression line each for low, med, and high BP levels. By default, I will get 3 different color lines. How can I get 3 different types of the lines?
reg x=A y=B /group=&variable nomarkers; This is the one I used. I got 3 different colored lines. I want the same color but different type lines. Any easy way to do this?
I tried lineattrs, but this will change all 3 lines.
reg x=A y=B /group=&variable lineattrs=(pattern=2) nomarkers;
Thanks,
Lily
I figured it out. One way to do it is using proc template to change the default style.
I figured it out. One way to do it is using proc template to change the default style.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.