Hi,
I am trying to conduct Partial F test on groups of variables added in order to a MLR.
Say my inital model has 3 variables, I add another 4 variables for my second model and so on..
I need to get the r-squared the delta r and the significance of delta F from one model to another.
I have multiple outcomes some are continuous and some are categorical; same is the case with my covariates of interest
Can anyone suggest what will be a good SAS procedure to do it. I tried using proc glm for this but not sure what option to specify to get the accurate significance of delta F from one model to another.
Thanks!
Use proc GLMSELECT to do variable selection (method=FORWARD) and COLLECTION effect(s) to group independent variables for model contribution.
It sounds like you are looking to compute the Extra Sum of Squares for these models, as described here: http://www.jerrydallal.com/LHSP/extra.htm
If so, PROC GLM is a very good tool to use, you can output any statistic computed by PROC GLM to a SAS data set and then use these statistics in your calculations.
Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.
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.