BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Quantopic
Obsidian | Level 7

Hi all,

 

I'm trying to understand what is the meaning of 'Built-in probability distribution' and the assumption behind in the PROC GENMOD framework.

 

Particularly, in the MODEL statement, one can use the DIST= option, where the DIST string can assume the following categories:

  • BINOMIAL;
  • GAMMA;
  • GEOMETRIC;
  • ...

as suggested in the SAS Documentation.

In the case one omits such distribution, the PROC assumes automatically that the distribution is normal.

 

Now, such distribution assumption implies that the data underlying the model are distributed according to the selected distribution?

For instance, in the case one sets DIST=BINOMIAL and LINK=LOGIT one implicitly assumes that the dependent variable is binomial distributed? 

 

This holds in a bayesian framework too?

 

Thanks all for the help in advance!

1 ACCEPTED SOLUTION

Accepted Solutions
Rick_SAS
SAS Super FREQ

No. The assumption is that the residuals (errors) are distributed according to the specified distribution. For a discussion and examples, see the article "On the assumptions (and misconceptions) of linear regression."

View solution in original post

1 REPLY 1
Rick_SAS
SAS Super FREQ

No. The assumption is that the residuals (errors) are distributed according to the specified distribution. For a discussion and examples, see the article "On the assumptions (and misconceptions) of linear regression."

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!

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

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