BookmarkSubscribeRSS Feed
StephanieB
Calcite | Level 5

Hi everyone,

I would like to create prior probabilities exactly like we can do it in SAS EM. However, I would like to run everything in SAS Base, so I was wondering if I need to create a specific code for that?

Any ideas?

Many thanks!!

4 REPLIES 4
Reeza
Super User

StephanieB wrote:

"create prior probabilities exactly like we can do it in SAS EM"

Where in SAS EM are you creating prior probabilities that you'd like to replicate?  Logistic Regression or something else?

StephanieB
Calcite | Level 5

Yes sorry I should have precised. I am using a logistic regression.

My training sample is 50/50, although my event is less than 2% in my whole population.

I would like to add that in SAS base.

In SAS EM, I just precise the prior probabilities by right clicking on the dataset >> Prior probabilities.

Reeza
Super User

You should check what the prior probability default is in EM, but I think what you're looking for is

1/p and 1/(1-p) where p is the probability of your event.

Please do double check, because it really depends on what your question is and other situations. It would help if you provided more details, and I also don't have time today to dig into this.

SteveDenham
Jade | Level 19

I think where was going was that you really cannot calculate priors from logistic regression in Base SAS--you will need SAS/STAT to access one of the procs capable of logistic regression (LOGISTIC, GENMOD, GLIMMIX, CATMOD).

Steve Denham

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!

How to choose a machine learning algorithm

Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 4 replies
  • 1466 views
  • 0 likes
  • 3 in conversation