R-squared is defined for the entire model. R-squared is not defined for an individual predictor variable in a model.
Yeah, you are correct but I need to find a way to estimate the individual contribution of each of the independent variables in the overall model R square.
Being able to report such a decomposition of R square will be very useful to assess the explanatory power of individual regressors or groups of regressors.
Unless you are modeling data collected in an orthogonal experiment, there is no unique decomposition of the contribution of each x-variable in a regression-like model. This is because your x-variables are correlated with one another, and it is impossible both logically and mathematically to determine what the contribution to R-squared of each x-variable is.
Perhaps you mean (but didn't say) you want to find out which variables are the strongest predictors (in other words which variables have the steepest slopes)?
See this note which discusses statistics for assessing variable importance, including the RsquareV macro to estimate the partial R-square for each effect in the model.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.