INFO

Modified R² that adjusts for the number of predictors in the model to prevent overfitting.

How It Works

  • : Number of observations
  • : Number of predictors

Adjusted R² penalizes unnecessary complexity.

What to Look For

  • Use when comparing models with different numbers of predictors
  • Helps detect overfitting
  • Can be lower than R-Squared (R²)

Application Models