BookmarkSubscribeRSS Feed
plf515
Lapis Lazuli | Level 10

My program:

 

proc logistic data = data plots = all  covout;
 model DV(ref = first) = IV /link = glogit;
run;

The DV has 5 levels.

 

One plot is a graph of the predicted probablities of each level of the DV at all levels of the IV.  The y axis is 0 to 1 (for probablity) but I'd like to limit it to 0 to 0.5 as none of the probabilities ever exceed 0.5.  But I don't want to use the graphics editor as the whole thing is wrapped in an ODS RTF statement for output to Word.

 

Using SAS 9.4 on Windows 10.

 

TIA

1 REPLY 1
Ksharp
Super User
I guess you can't . But you could try proc sgplot .

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 1253 views
  • 1 like
  • 2 in conversation