When GENMOD applies a log link to gamma-distributed y, it is making y into natural* log of y? What is the equation behind the log transfomation?
*just found out that Log function in sas means ln (vs. Log10, which is log base 10)
No, it doesn't make Y into log(Y). It says that Y = exp(b0 + b1X) + error.
These are similar, but differ in the way that the errors are modeled. For a complete comparison, discussion, and graphs, see "Error distributions and exponential regression models."
View solution in original post
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
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.