I am trying to build a joint mean and variance model (also called double generalized linear model). This is a model that can simultaneously model the mean and variance of the dependent variable by specifying potentially different predictors for the mean and variance of the dependent variable and then maximize the joint likelihood to achieve goals like accounting for heteroscedasticity. I am not sure on what procedure(s) I should use in SAS to build such models. Any suggestions?
Here is an example for COUNT and BINARY data.
Thank you for your rapid help! Unfortunately, this is not I am looking for. The information you provided concerns the model that can simulataneously model two distributions while for the time being, I am looking for a model that can simulataneously model two parameters of a single distribution, namely its mean and variance.
Also, for the ordinary linear regression model, you can use the HETERO statement in PROC QLIM or PROC HPQLIM in SAS/ETS to separately model the variance from the mean model. Various link functions for the variance can be specified. Also available in SAS Viya in PROC CQLIM. See the discussion of heterogeneity in the Details section of the procedure documentation.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and 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.