BookmarkSubscribeRSS Feed
deleted_user
Not applicable
PROC SGPLOT does not allow me to pass a nointercept option (NOINT)

Any suggestions? I like to use PROC SGPLOT for all the other options it provides (unlike PROC REG)

proc sgplot data = new;
REG x = &indvar y = &depvar / alpha = 0.10 cli clm ;
run;
1 REPLY 1
DanH_sas
SAS Super FREQ
Currently, the SG procedures do not have this option. If this is an option you would like to see, I would recommend calling Technical Support and making a request.

Thanks!

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 ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1845 views
  • 0 likes
  • 2 in conversation