What is the meaning of the coefficient associated with dependent variable?

The coefficient of determination is a number between 0 and 1 that measures how well a statistical model predicts an outcome.

Interpreting the coefficient of determinationCoefficient of determination (R2)Interpretation0The model does not predict the outcome.Between 0 and 1The model partially predicts the outcome.1The model perfectly predicts the outcome.

The coefficient of determination is often written as R2, which is pronounced as “r squared.” For simple linear regressions, a lowercase r is usually used instead (r2).

Table of contents

What is the coefficient of determination?

The coefficient of determination (R²) measures how well a statistical model predicts an outcome. The outcome is represented by the model’s .

The lowest possible value of R² is 0 and the highest possible value is 1. Put simply, the better a model is at making predictions, the closer its R² will be to 1.

Example: Coefficient of determinationImagine that you perform a simple linear regression that predicts students’ exam scores (dependent variable) from their time spent studying ().
  • If the R2 is 0, the linear regression model doesn’t allow you to predict exam scores any better than simply estimating that everyone has an average exam score.
  • If the R2 is between 0 and 1, the model allows you to partially predict exam scores. The model’s estimates are not perfect, but they’re better than simply using the average exam score.
  • If the R2 is 1, the model allows you to perfectly predict anyone’s exam score.

More technically, R2 is a measure of goodness of fit. It is the proportion of variance in the dependent variable that is explained by the model.

Graphing your linear regression data usually gives you a good clue as to whether its R2 is high or low. For example, the graphs below show two sets of simulated data:

  • The observations are shown as dots.
  • The model’s predictions (the line of best fit) are shown as a black line.
  • The distance between the observations and their predicted values (the residuals) are shown as purple lines.

You can see in the first dataset that when the R2 is high, the observations are close to the model’s predictions. In other words, most points are close to the line of best fit:

What is the meaning of the coefficient associated with dependent variable?

Note: The coefficient of determination is always positive, even when the correlation is negative.

In contrast, you can see in the second dataset that when the R2 is low, the observations are far from the model’s predictions. In other words, when the R2 is low, many points are far from the line of best fit:

What is the meaning of the coefficient associated with dependent variable?

Calculating the coefficient of determination

You can choose between two formulas to calculate the coefficient of determination (R²) of a simple linear regression. The first formula is specific to simple linear regressions, and the second formula can be used to calculate the R² of many types of statistical models.

Formula 1: Using the correlation coefficient

Formula 1:

   

What is the meaning of the coefficient associated with dependent variable?

Where r = Pearson correlation coefficient

Example: Calculating R² using the correlation coefficientYou are studying the relationship between heart rate and age in children, and you find that the two variables have a negative Pearson correlation:

   

What is the meaning of the coefficient associated with dependent variable?

This value can be used to calculate the coefficient of determination (R²) using Formula 1:

   

What is the meaning of the coefficient associated with dependent variable?

   

What is the meaning of the coefficient associated with dependent variable?

   

What is the meaning of the coefficient associated with dependent variable?

Formula 2: Using the regression outputs

Formula 2:

   

What is the meaning of the coefficient associated with dependent variable?

Where:

  • RSS = sum of squared residuals
  • TSS = total sum of squares
Example: Calculating R² using regression outputsAs part of performing a simple linear regression that predicts students’ exam scores (dependent variable) from their study time (independent variable), you calculate that:

   

What is the meaning of the coefficient associated with dependent variable?

   

What is the meaning of the coefficient associated with dependent variable?

These values can be used to calculate the coefficient of determination (R²) using Formula 2:

   

What is the meaning of the coefficient associated with dependent variable?

   

What is the meaning of the coefficient associated with dependent variable?

   

What is the meaning of the coefficient associated with dependent variable?

   

What is the meaning of the coefficient associated with dependent variable?

Here's why students love Scribbr's proofreading services

Trustpilot

Discover proofreading & editing

Interpreting the coefficient of determination

You can interpret the coefficient of determination (R²) as the proportion of variance in the that is predicted by the statistical model.

Another way of thinking of it is that the R² is the proportion of variance that is shared between the independent and dependent variables.

You can also say that the R² is the proportion of variance “explained” or “accounted for” by the model. The proportion that remains (1 − R²) is the variance that is not predicted by the model.

If you prefer, you can write the R² as a percentage instead of a proportion. Simply multiply the proportion by 100.

R² as an effect size

Lastly, you can also interpret the R² as an effect size: a measure of the strength of the relationship between the dependent and independent variables. Psychologist and statistician Jacob Cohen (1988) suggested the following rules of thumb for simple linear regressions:

R² as an effect sizeMinimum coefficient of determination (R²) valueEffect size interpretation.01Small.09Medium.25Large

Be careful: the R² on its own can’t tell you anything about causation.

Example: Interpreting R²A simple linear regression that predicts students’ exam scores (dependent variable) from their study time (independent variable) has an R² of .71. From this R² value, we know that:
  • 71% of the variance in students’ exam scores is predicted by their study time
  • 29% of the variance in student’s exam scores is unexplained by the model
  • The students’ study time has a large effect on their exam scores

Studying longer may or may not cause an improvement in the students’ scores. Although this causal relationship is very plausible, the R² alone can’t tell us why there’s a relationship between students’ study time and exam scores.

For example, students might find studying less frustrating when they understand the course material well, so they study longer.

Reporting the coefficient of determination

If you decide to include a coefficient of determination (R²) in your research paper, dissertation or thesis, you should report it in your results section. You can follow these rules if you want to report statistics in APA Style:

  • You should use “r²” for statistical models with one independent variable (such as simple linear regressions). Use “R²” for statistical models with multiple independent variables.
  • You don’t need to provide a reference or formula since the coefficient of determination is a commonly used statistic.
  • You should italicize r² and R² when reporting their values (but don’t italicize the ²).
  • You shouldn’t include a leading zero (a zero before the decimal point) since the coefficient of determination can’t be greater than one.
  • You should provide two significant digits after the decimal point.
  • Very often, the coefficient of determination is provided alongside related statistical results, such as the F value, degrees of freedom, and p value.
Example: Reporting r² in APA StyleStudents’ exam scores were predicted by their study time, r² = .71, F(1,32) = 7.33, p = .003.

Practice questions

powered by Typeform

Frequently asked questions about the coefficient of determination

What is the definition of the coefficient of determination (R²)?

The coefficient of determination (R²) is a number between 0 and 1 that measures how well a statistical model predicts an outcome. You can interpret the R² as the proportion of variation in the dependent variable that is predicted by the statistical model.

What is the formula for the coefficient of determination (R²)?

There are two formulas you can use to calculate the coefficient of determination (R²) of a simple linear regression.

Formula 1:

What is the meaning of the coefficient associated with dependent variable?

Formula 2:

What is the meaning of the coefficient associated with dependent variable?

How do I calculate the coefficient of determination (R²) in R?

You can use the summary() function to view the R² of a linear model in R. You will see the “R-squared” near the bottom of the output.

How do I calculate the coefficient of determination (R²) in Excel?

You can use the RSQ() function to calculate R² in Excel. If your dependent variable is in column A and your independent variable is in column B, then click any blank cell and type “RSQ(A:A,B:B)”.

Cite this Scribbr article

If you want to cite this source, you can copy and paste the citation or click the “Cite this Scribbr article” button to automatically add the citation to our free Citation Generator.

Turney, S. (2022, September 14). Coefficient of Determination (R²) | Calculation & Interpretation. Scribbr. Retrieved January 3, 2023, from https://www.scribbr.com/statistics/coefficient-of-determination/

What does the coefficient mean in regression analysis?

Regression coefficients are estimates of the unknown population parameters and describe the relationship between a predictor variable and the response. In linear regression, coefficients are the values that multiply the predictor values.

Is a correlation coefficient a dependent variable?

The coefficient of correlation is represented by "r" and it has a range of -1.00 to +1.00. When the coefficient of correlation is a positive amount, such as +0.80, it means the dependent variable is increasing when the independent variable is increasing.

Which coefficient represents the part of the variation in the dependent variable that can be explained by the independent variable?

The coefficient of determination, r2, is a measure of how well the variation of one variable explains the variation of the other, and corresponds to the percentage of the variation explained by a best-fit regression line which is calculated for the data.

What does a coefficient of determination of 0.70 mean?

Or we can say that the coefficient of determination is the proportion of variance in the dependent variable that is predicted from the independent variable. If the coefficient is 0.70, then 70% of the points will drop within the regression line.