R-Squared is also known as the Coefficient of Determination and is an output from regression analysis. It represents the percentage of response variable variation that is explained by its relationship with one or more predictor variables. In general, the higher the R-squared value, the better the model fits your data. It is always between 0 and 100%.
R-Squared Adjusted is a modified version of R-Squared value. In addition to explaining the percentage of response variable variation that is explained by its relationship with one or more predictor variables, it also takes into account the number of predictor variables. It increases if an additional predictor improves the model more than what is expected by chance. R-Squared Adjusted can be used to compare multiple regression models with different number of predictor variables for the same response variable
An application-oriented question on the topic along with responses can be seen below. The best answer was provided by Keerthi Vasan on 14th Nov 2023.
Applause for all the respondents - Adil Khan, Anurag Nayak, Keerthi Vasan.
Create an account or sign in to comment