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 .

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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
  • 1237 views
  • 1 like
  • 2 in conversation