BookmarkSubscribeRSS Feed
code_blooded
Fluorite | Level 6

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!

2 REPLIES 2
PGStats
Opal | Level 21

Use proc GLMSELECT to do variable selection (method=FORWARD) and COLLECTION effect(s) to group independent variables for model contribution.

 

https://documentation.sas.com/?docsetId=statug&docsetVersion=14.3&docsetTarget=statug_glmselect_synt... 

PG
PaigeMiller
Diamond | Level 26

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.

--
Paige Miller

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!

What is ANOVA?

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.

Discussion stats
  • 2 replies
  • 2146 views
  • 0 likes
  • 3 in conversation