BookmarkSubscribeRSS Feed
scb234
Calcite | Level 5

I would like to create my own predicted probability plot using a model from proc logistic because the one that is output by the procedure is not that attractive. Is there a relatively easy way to get these numbers as a dataset? I know I can write a code myself to do this, but I was just wondering if there was an easier way.

Thanks.

1 REPLY 1
lvm
Rhodochrosite | Level 12 lvm
Rhodochrosite | Level 12

Use the output statement:

output out=out pred=p lower=l upper=u ;

run;

This contains your original data and p^ and the confidence limits. See the User's Guide for more options for more statistics to output.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 1276 views
  • 0 likes
  • 2 in conversation