Hello, I used PROC GENMOD for Gamma distributions, and the scale parameter was estimated, which is . Can I estimate the
using GENMOD procedure?
Thank you in advance..
It's not clear to me whether you have covariates or not. There is an example of fitting a gamma-distributed response in the PROC GENMOD documentation. For the intercept-only example with a log link, the doc says "the intercept is the estimated log mean of the fitted gamma distribution so that the mean ...is mu = exp(Intercept)."
For general models, the mean is conditional on the covariates (through the link function). For a particular choice of covariates , the conditional mean is mu(x) = inverse_link(x`*beta ).
The predicted values available using the PRED= option in the OUTPUT statement provide the estimate of the mean (mu) in the population defined by each observation.
Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.
Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.
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.