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-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!

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