You are on page 1of 8

4/24/2020 How to Interpret Regression Analysis Results: P-values and Coefficients

The Minitab Blog

Search: Search for a blog post:

How to Interpret Regression Analysis Results: P-values and Coefficients


Minitab Blog Editor . 01 July, 2013
Tweet Share Like 20 Share

Topics: Regression Analysis

Regression analysis generates an equation to describe the statistical relationship between one or more predictor variables and the response variable.
After you use Minitab Statistical Software to fit a regression model, and verify the fit by checking the residual plots, you’ll want to interpret the results. In
this post, I’ll show you how to interpret the p-values and coefficients that appear in the output for linear regression analysis.

How Do I Interpret the P-Values in Linear Regression Analysis?


The p-value for each term tests the null hypothesis that the coefficient is equal to zero (no effect). A low p-value (< 0.05) indicates that you can reject the
null hypothesis. In other words, a predictor that has a low p-value is likely to be a meaningful addition to your model because changes in the predictor's
value are related to changes in the response variable.

Conversely, a larger (insignificant) p-value suggests that changes in the predictor are not associated with changes in the response.

In the output below, we can see that the predictor variables of South and North are significant because both of their p-values are 0.000. However, the p-
value for East (0.092) is greater than the common alpha level of 0.05, which indicates that it is not statistically significant.

Typically, you use the coefficient p-values to determine which terms to keep in the regression model. In the model above, we should consider removing
East.

Related: F-test of overall significance

https://blog.minitab.com/blog/adventures-in-statistics-2/how-to-interpret-regression-analysis-results-p-values-and-coefficients 1/8
4/24/2020 How to Interpret Regression Analysis Results: P-values and Coefficients

How Do I Interpret the Regression Coefficients for Linear Relationships?


The Minitab Blog
Regression coefficients represent the mean change in the response variable for one unit of change in the predictor variable while holding other
Search:that regression provides is important because it isolates the role of one variable
predictors in the model constant. This statistical control Searchfrom
for all of the
a blog post:
others in the model.

The key to understanding the coefficients is to think of them as slopes, and they’re often called slope coefficients. I’ll illustrate this in the fitted line plot
below, where I’ll use a person’s height to model their weight. First, Minitab’s session window output:

The fitted line plot shows the same regression results graphically.

By using this site you agree to the use of cookies for analytics and personalized content in accordance with our Policy. OK

https://blog.minitab.com/blog/adventures-in-statistics-2/how-to-interpret-regression-analysis-results-p-values-and-coefficients 2/8
4/24/2020 How to Interpret Regression Analysis Results: P-values and Coefficients

The equation shows that the coefficient for height in meters is 106.5 kilograms. The coefficient indicates that for every additional meter in height you can
expect weight to increase by an average of 106.5 kilograms. The Minitab Blog

The blue fitted line graphically shows the same information. If you move left or right along the x-axis by an amount that represents a one meter change
Search:
in height, the fitted line rises or falls by 106.5 kilograms. However, these heights are from middle-school aged girls and range from Search
1.3 m tofor a blog
1.7 post:
m. The
relationship is only valid within this data range, so we would not actually shift up or down the line by a full meter in this case.

If the fitted line was flat (a slope coefficient of zero), the expected value for weight would not change no matter how far up and down the line you go. So,
a low p-value suggests that the slope is not zero, which in turn suggests that changes in the predictor variable are associated with changes in the
response variable.

I used a fitted line plot because it really brings the math to life. However, fitted line plots can only display the results from simple regression, which is one
predictor variable and the response. The concepts hold true for multiple linear regression, but I would need an extra spatial dimension for each
additional predictor to plot the results. That's hard to show with today's technology!

How Do I Interpret the Regression Coefficients for Curvilinear Relationships and Interaction
Terms?
In the above example, height is a linear effect; the slope is constant, which indicates that the effect is also constant along the entire fitted line. However,
if your model requires polynomial or interaction terms, the interpretation is a bit less intuitive.

As a refresher, polynomial terms model curvature in the data, while interaction terms indicate that the effect of one predictor depends on the value of
another predictor.

The next example uses a data set that requires a quadratic (squared) term to model the curvature. In the output below, we see that the p-values for both
the linear and quadratic terms are significant.

By using this site you agree to the use of cookies for analytics and personalized content in accordance with our Policy. OK

https://blog.minitab.com/blog/adventures-in-statistics-2/how-to-interpret-regression-analysis-results-p-values-and-coefficients 3/8
4/24/2020 How to Interpret Regression Analysis Results: P-values and Coefficients

The Minitab Blog

Search: Search for a blog post:

The residual plots (not shown) indicate a good fit, so we can proceed with the interpretation. But, how do we interpret these coefficients? It really helps
to graph it in a fitted line plot.

You can see how the relationship between the machine setting and energy consumption varies depending on where you start on the fitted line. For
example, if you start at a machine setting of 12 and increase the setting by 1, you’d expect energy consumption to decrease. However, if you start at 25,
an increase of 1 should increase energy consumption. And if you’re around 20, energy consumption shouldn’t change much at all.

A significant polynomial term can make the interpretation less intuitive because the effect of changing the predictor varies depending on the value of that
predictor. Similarly, a significant interaction term indicates that the effect of the predictor varies depending on the value of a different predictor.

Take extrathis
By using care
sitewhen you interpret
you agree to the usea of
regression
cookies formodel thatand
analytics contains these types
personalized ofinterms.
content You can’t
accordance withjust
our look at the main effect (linear
Policy. OKterm) and
understand what is happening! Unfortunately, if you are performing multiple regression analysis, you won't be able to use a fitted line plot to graphically
https://blog.minitab.com/blog/adventures-in-statistics-2/how-to-interpret-regression-analysis-results-p-values-and-coefficients 4/8
4/24/2020 How to Interpret Regression Analysis Results: P-values and Coefficients

interpret the results. This is where subject area knowledge is extra valuable!
The Minitab Blog
Particularly attentive readers may have noticed that I didn’t tell you how to interpret the constant. I’ll cover that in my next post!

Be sure to: Search: Search for a blog post:

Check your residual plots so you can trust the results


Assess the goodness-of-fit and R-squared

If you're learning about regression, read my regression tutorial!

You Might Also Like:


Guest Post: 3 Generations of Machine Learning Models – A New Focus on Business Value
Using Variability Charts to Analyze Causes of Wait Times at Financial Services Call Centers
Bars and Bar Charts: Using Statistical Tools to Improve Service and Answer the Age-Old Question, 'Where's My Drink?'
What Makes A Good Wine? Using Statistical Regression to Model The Taste of Wine

By using this site you agree to the use of cookies for analytics and personalized content in accordance with our Policy. OK

https://blog.minitab.com/blog/adventures-in-statistics-2/how-to-interpret-regression-analysis-results-p-values-and-coefficients 5/8
4/24/2020 How to Interpret Regression Analysis Results: P-values and Coefficients

The Minitab Blog

Search: Search for a blog post:

Posted In

Topics: Regression Analysis

Subscribe
First name

Ananta

Last name

Kar
By using this site you agree to the use of cookies for analytics and personalized content in accordance with our Policy. OK
Work / Academic Email*
https://blog.minitab.com/blog/adventures-in-statistics-2/how-to-interpret-regression-analysis-results-p-values-and-coefficients 6/8
4/24/2020 How to Interpret Regression Analysis Results: P-values and Coefficients

kar.anantakumar@gmail.com
The Minitab Blog
Country/Territory/Region
Search: Search for a blog post:
Vietnam

Which best describes you?

Academic Instructor/Educator

We will contact you about Minitab resources, events, webinars, newsletters, products or services. You can unsubscribe and manage your
communication preferences at any time, as outlined in our privacy policy.

Subscribe

Who We Are
Minitab is the leading provider of software and services for quality improvement and statistics education. More than 90% of Fortune 100 companies
use Minitab Statistical Software, our flagship product, and more students worldwide have used Minitab to learn statistics than any other package.

Minitab LLC. is a privately owned company headquartered in State College, Pennsylvania, with subsidiaries in Chicago, San Diego, United Kingdom,
France, Germany, Australia and Hong Kong. Our global network of representatives serves more than 40 countries around the world.

Visit Us at Minitab.com
Legal | Privacy Policy | Terms of Use | Trademarks

©By2020 Minitab,
using this siteLLC.
you All rights
agree reserved.
to the use of cookies for analytics and personalized content in accordance with our Policy. OK

https://blog.minitab.com/blog/adventures-in-statistics-2/how-to-interpret-regression-analysis-results-p-values-and-coefficients 7/8
4/24/2020 How to Interpret Regression Analysis Results: P-values and Coefficients

Authors The Minitab Blog

Agnes Ogee
Search: Search for a blog post:
Agnes Ogee and Mark Ellis
Bruno Scibilia
Bruno Scibilia and Mark Ellis
Cheryl Pammer

By using this site you agree to the use of cookies for analytics and personalized content in accordance with our Policy. OK

https://blog.minitab.com/blog/adventures-in-statistics-2/how-to-interpret-regression-analysis-results-p-values-and-coefficients 8/8

You might also like