Adjusted R-Squared

Adjusted R-Squared is a regression measure that shows how well a model fits the data after accounting for how many predictors you used. In Intro to Statistics, it helps you compare multiple regression models more fairly than plain R-squared.

Last updated July 2026

What is Adjusted R-Squared?

Adjusted R-Squared is a version of R-Squared used in multiple regression that shrinks the fit statistic when you add predictors that do not improve the model enough. In Intro to Statistics, it shows up when you are deciding whether a bigger regression model is actually better, not just more complicated.

Plain R-Squared always stays the same or goes up when you add another explanatory variable. That sounds nice, but it can be misleading, because a model can look better on paper just by piling on extra predictors that do very little. Adjusted R-Squared fixes that by building in a penalty for model size.

The basic idea is simple: if a new predictor explains a real amount of variation in the response variable, Adjusted R-Squared can rise. If the predictor barely helps, the penalty can outweigh the gain and the adjusted value can drop. That is why it is more skeptical than R-Squared.

You can think of it as a fairness check for regression. Two models may fit the same data, but if one uses three predictors and the other uses six, the six-predictor model should not automatically win just because it had more chances to fit noise. Adjusted R-Squared asks whether the extra variables earn their place.

In a textbook cost regression example, suppose one model predicts textbook price from number of pages, and another adds author popularity and publisher size. If those extra variables do not improve prediction much, Adjusted R-Squared may stay about the same or even get smaller. That tells you the extra complexity is not pulling its weight.

The value still runs on a familiar scale, with higher numbers meaning a better fit and 1 meaning a perfect fit. But unlike R-Squared, it can go down when you add predictors. That behavior is the whole point, because it keeps you from celebrating a model that is only better by accident.

Why Adjusted R-Squared matters in Intro to Statistics

Adjusted R-Squared matters because regression in Intro to Statistics is not just about drawing a line or maximizing a number. You are trying to build a model that explains data well without stuffing in useless variables. This statistic gives you a quick check on whether a larger model is genuinely improving the fit.

That matters anytime you compare competing regression equations. If one model uses one predictor and another uses several, plain R-Squared is not a fair comparison because it rewards complexity automatically. Adjusted R-Squared gives you a more honest comparison, which is exactly what you need when choosing between models on a homework set or quiz.

It also helps you think like a statistician instead of just a calculator user. A model with a very high R-Squared can still be a bad choice if it is overfit, meaning it matches the sample too tightly and may not work well on new data. Adjusted R-Squared pushes you to ask whether each predictor adds real explanatory value.

This term also connects to the bigger idea of goodness of fit. When you look at regression output, you are not just checking whether a line exists. You are checking how well the model accounts for variation in the response, and adjusted R-squared is one of the fastest ways to judge that in a multiple regression setting.

Keep studying Intro to Statistics Unit 12

How Adjusted R-Squared connects across the course

R-Squared

R-Squared is the starting point for adjusted R-squared, since both measure how much variation in the response variable the regression model explains. The difference is that R-Squared never decreases when you add predictors, which makes it easier to overrate a larger model. Adjusted R-Squared corrects for that by adding a penalty for extra variables.

Multiple Regression

Adjusted R-Squared is mainly used with multiple regression because that is where the number of predictors becomes a real issue. When you have more than one explanatory variable, you need a way to tell whether the extra inputs actually improve the model or just make it look more impressive. Adjusted R-Squared helps with that model comparison.

Goodness of Fit

Goodness of fit means how well a regression model matches the observed data. Adjusted R-Squared is one of the summary numbers you use to judge that fit, but it does not tell the whole story by itself. You still want to look at the scatterplot, residual pattern, and whether the model makes sense for the data.

Linearity

Linearity matters because regression models work best when the relationship between variables is roughly straight-line shaped. A model can have a decent adjusted R-squared and still be wrong if the pattern is curved or misspecified. So this statistic is useful, but it does not replace checking whether the linear model is appropriate.

Is Adjusted R-Squared on the Intro to Statistics exam?

A quiz problem or regression-output question will usually ask you to compare two models and decide which one fits better after accounting for the number of predictors. You might be given two adjusted R-squared values and asked to choose the stronger model, or explain why a model with more variables is not automatically better.

When you answer, focus on the tradeoff between fit and complexity. If the adjusted R-squared goes up after adding a variable, that predictor improved the model enough to justify its inclusion. If it goes down, that extra variable probably adds noise more than useful explanation.

You may also need to interpret software output from a statistics package, where adjusted R-squared appears next to regular R-squared. On a free-response style question, the safest move is to say that adjusted R-squared is the better number for comparing models with different numbers of predictors because it penalizes unnecessary variables.

Adjusted R-Squared vs R-Squared

R-Squared and adjusted R-squared both describe model fit, but they behave differently when you add predictors. R-Squared can only stay the same or increase, even if the new variable is weak. Adjusted R-Squared can decrease, so it gives you a stricter and fairer comparison between regression models with different numbers of predictors.

Key things to remember about Adjusted R-Squared

  • Adjusted R-Squared is a regression fit statistic that corrects plain R-Squared for the number of predictors in the model.

  • It is especially useful in multiple regression, where extra variables can make a model look better without adding real predictive power.

  • A higher adjusted R-squared means a better-fitting model, but it can go down when you add weak predictors.

  • Use it to compare models with different numbers of predictors, not just to brag about the biggest R-Squared value.

  • Adjusted R-Squared does not replace checking the scatterplot, residuals, or whether the relationship is actually linear.

Frequently asked questions about Adjusted R-Squared

What is Adjusted R-Squared in Intro to Statistics?

Adjusted R-Squared is a version of R-Squared that accounts for how many predictors are in a regression model. It tells you how much variation the model explains while penalizing extra variables that do not add much. In Intro to Statistics, it is most useful when you are comparing multiple regression models.

How is Adjusted R-Squared different from R-Squared?

R-Squared always stays the same or increases when you add a predictor, even if that predictor is not very useful. Adjusted R-Squared adds a penalty for model complexity, so it can go down if the new variable does not improve the model enough. That makes it a better comparison tool for models with different numbers of predictors.

Can Adjusted R-Squared go down when you add a variable?

Yes, and that is normal. If a new predictor does not explain enough extra variation, the penalty for adding it can outweigh the benefit. That drop is a clue that the model may be getting more complicated without getting meaningfully better.

How do I use Adjusted R-Squared on a stats quiz?

Look at the adjusted R-squared values for the models you are comparing and choose the one with the higher value, assuming the context is asking for the better fit. If the values are close, be ready to explain that the smaller model may be just as good. The main idea is to judge fit after accounting for the number of predictors.