BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
LilyY_
Calcite | Level 5

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

1 ACCEPTED SOLUTION

Accepted Solutions
LilyY_
Calcite | Level 5

I figured it out. One way to do it is using proc template to change the default style.

View solution in original post

1 REPLY 1
LilyY_
Calcite | Level 5

I figured it out. One way to do it is using proc template to change the default style.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is Bayesian Analysis?

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1505 views
  • 0 likes
  • 1 in conversation