<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Partial_regression_plot</id>
	<title>Partial regression plot - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Partial_regression_plot"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Partial_regression_plot&amp;action=history"/>
	<updated>2026-05-04T23:56:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=Partial_regression_plot&amp;diff=7087181&amp;oldid=prev</id>
		<title>imported&gt;Sammi Brie: Adding short description: &quot;Type of plot in applied statistics&quot;</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Partial_regression_plot&amp;diff=7087181&amp;oldid=prev"/>
		<updated>2025-04-04T08:30:06Z</updated>

		<summary type="html">&lt;p&gt;Adding &lt;a href=&quot;https://en.wikipedia.org/wiki/Short_description&quot; class=&quot;extiw&quot; title=&quot;wikipedia:Short description&quot;&gt;short description&lt;/a&gt;: &amp;quot;Type of plot in applied statistics&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Short description|Type of plot in applied statistics}}&lt;br /&gt;
In [[applied statistics]], a &amp;#039;&amp;#039;&amp;#039;partial regression plot&amp;#039;&amp;#039;&amp;#039; attempts to show the effect of adding another variable to a model that already has one or more independent variables. Partial regression plots are also referred to as &amp;#039;&amp;#039;&amp;#039;added variable plots&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;adjusted variable plots&amp;#039;&amp;#039;&amp;#039;, and &amp;#039;&amp;#039;&amp;#039;individual coefficient plots&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
{{Expert needed|statistics|reason = motivation could be made stronger, see e.g. https://stats.stackexchange.com/questions/125561/what-does-an-added-variable-plot-partial-regression-plot-explain-in-a-multiple|date=June 2024}}&lt;br /&gt;
When performing a [[linear regression]] with a single [[independent variable]], a [[scatter plot]] of the [[response variable]] against the independent variable provides a good indication of the nature of the relationship. If there is more than one independent variable, things become more complicated since independent variables might be (negatively or positively) correlated. Although it can still be useful to generate scatter plots of the response variable against each of the independent variables, this does not take into account the effect of the other independent variables in the model.&lt;br /&gt;
&lt;br /&gt;
==Calculation==&lt;br /&gt;
&lt;br /&gt;
Partial regression plots are formed by:&lt;br /&gt;
#Computing the residuals of regressing the response variable against the independent variables but omitting &amp;#039;&amp;#039;X&amp;#039;&amp;#039;&amp;lt;sub&amp;gt;i&amp;lt;/sub&amp;gt;&lt;br /&gt;
#Computing the residuals from regressing &amp;#039;&amp;#039;X&amp;#039;&amp;#039;&amp;lt;sub&amp;gt;i&amp;lt;/sub&amp;gt; against the remaining independent variables&lt;br /&gt;
#Plotting the residuals from (1) against the residuals from (2). &lt;br /&gt;
Velleman and Welsch&amp;lt;ref name=VW&amp;gt;&lt;br /&gt;
{{cite journal&lt;br /&gt;
|title = Efficient Computing of Regression Diagnostics&lt;br /&gt;
|author = Paul Velleman&lt;br /&gt;
|author2=Roy Welsch&lt;br /&gt;
|journal = The American Statistician&lt;br /&gt;
|date=November 1981&lt;br /&gt;
|volume = 35&lt;br /&gt;
|pages = 234–242&lt;br /&gt;
|doi = 10.2307/2683296&lt;br /&gt;
|issue = 4&lt;br /&gt;
|publisher = American Statistical Association&lt;br /&gt;
|jstor = 2683296}}  &amp;lt;/ref&amp;gt;&lt;br /&gt;
express this mathematically as:&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
Y_{\bullet[i]}\mathrm{\ versus\ }X_{i\bullet[i]} &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
where&lt;br /&gt;
:&amp;#039;&amp;#039;Y&amp;#039;&amp;#039;&amp;lt;sub&amp;gt;•[i]&amp;lt;/sub&amp;gt; = residuals from regressing Y (the response variable) against all the independent variables except Xi&lt;br /&gt;
:&amp;#039;&amp;#039;X&amp;#039;&amp;#039;&amp;lt;sub&amp;gt;i•[i]&amp;lt;/sub&amp;gt; = residuals from regressing &amp;#039;&amp;#039;X&amp;#039;&amp;#039;&amp;lt;sub&amp;gt;i&amp;lt;/sub&amp;gt; against the remaining independent variables.&lt;br /&gt;
&lt;br /&gt;
==Properties==&lt;br /&gt;
&lt;br /&gt;
Velleman and Welsch&amp;lt;ref name=VW/&amp;gt; list the following useful properties for this plot:&lt;br /&gt;
#The least squares linear fit to this plot has an intercept of 0 and a slope &amp;lt;math&amp;gt;\beta_{i}&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\beta_{i}&amp;lt;/math&amp;gt; corresponds to the regression coefficient for &amp;#039;&amp;#039;X&amp;#039;&amp;#039;&amp;lt;sub&amp;gt;i&amp;lt;/sub&amp;gt; of a regression of Y on all of the covariates.&lt;br /&gt;
#The residuals from the least squares linear fit to this plot are identical to the residuals from the least squares fit of the original model (Y against all the independent variables including Xi).&lt;br /&gt;
#The influences of individual data values on the estimation of a coefficient are easy to see in this plot.&lt;br /&gt;
#It is easy to see many kinds of failures of the model or violations of the underlying assumptions (nonlinearity, [[heteroscedasticity]], unusual patterns). .&lt;br /&gt;
&lt;br /&gt;
Partial regression plots are related to, but distinct from, [[partial residual plot]]s. Partial regression plots are most commonly used to identify data points with high [[leverage (statistics)|leverage]] and influential data points that might not have high leverage. Partial residual plots are most commonly used to identify the nature of the relationship between &amp;#039;&amp;#039;Y&amp;#039;&amp;#039; and &amp;#039;&amp;#039;X&amp;#039;&amp;#039;&amp;lt;sub&amp;gt;i&amp;lt;/sub&amp;gt; (given the effect of the other independent variables in the model). Note that since the [[simple correlation]] between the two sets of residuals plotted is equal to the [[partial correlation]] between the response variable and &amp;#039;&amp;#039;X&amp;#039;&amp;#039;&amp;lt;sub&amp;gt;i&amp;lt;/sub&amp;gt;, partial regression plots will show the correct strength of the linear relationship between the response variable and &amp;#039;&amp;#039;X&amp;#039;&amp;#039;&amp;lt;sub&amp;gt;i&amp;lt;/sub&amp;gt;. This is not true for partial residual plots. On the other hand, for the partial regression plot, the x-axis is not &amp;#039;&amp;#039;X&amp;#039;&amp;#039;&amp;lt;sub&amp;gt;i&amp;lt;/sub&amp;gt;. This limits its usefulness in determining the need for a transformation (which is the primary purpose of the partial residual plot).&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Partial residual plot]]&lt;br /&gt;
*[[Partial leverage plot]]&lt;br /&gt;
*[[Variance inflation factor]] for a multi-linear fit.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
==Further reading==&lt;br /&gt;
* {{cite book&lt;br /&gt;
|title = Modern Regression Methods&lt;br /&gt;
|author = Tom Ryan&lt;br /&gt;
|publisher = John Wiley&lt;br /&gt;
|year = 1997}}&lt;br /&gt;
* {{cite book&lt;br /&gt;
|title = Applied Linear Statistical Models&lt;br /&gt;
|edition = 3rd&lt;br /&gt;
|author = Neter, Wasserman, and Kunter&lt;br /&gt;
|year = 1990&lt;br /&gt;
|publisher = Irwin}}&lt;br /&gt;
* {{cite book&lt;br /&gt;
|title = Applied Regression Analysis&lt;br /&gt;
|edition = 3rd&lt;br /&gt;
|last1= Draper |first1=N.R. |last2=Smith |first2=H.&lt;br /&gt;
|publisher = John Wiley&lt;br /&gt;
|year = 1998&lt;br /&gt;
|isbn = 0-471-17082-8}}&lt;br /&gt;
* {{cite book&lt;br /&gt;
|title = Residuals and Influence in Regression&lt;br /&gt;
|author = Cook and Weisberg&lt;br /&gt;
|publisher = Chapman and Hall&lt;br /&gt;
|year = 1982&lt;br /&gt;
|isbn = 0-412-24280-X}}&lt;br /&gt;
* {{cite book&lt;br /&gt;
|title = Regression Diagnostics&lt;br /&gt;
|author = Belsley, Kuh, and Welsch&lt;br /&gt;
|publisher = John Wiley&lt;br /&gt;
|year = 1980&lt;br /&gt;
|isbn = 0-471-05856-4}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.itl.nist.gov/div898/software/dataplot/refman1/auxillar/partregr.htm Partial Regression Plot]&lt;br /&gt;
&lt;br /&gt;
{{NIST-PD}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Statistical charts and diagrams]]&lt;br /&gt;
[[Category:Regression diagnostics]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Sammi Brie</name></author>
	</entry>
</feed>