<?xml version="1.0"?>
<!-- name="generator" content="blosxom/2.0" -->
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">
  <channel>
    <title>Notebooks   </title>
    <link>http://bactra.org/notebooks</link>
    <description>Cosma's Notebooks</description>
    <language>en</language>

  <item>
    <title>What Is the Right Null Model for Linear Regression?</title>
    <link>http://bactra.org/notebooks/2009/04/10#null-for-linear-reg</link>
    <description>
&lt;P&gt;When social scientists do linear regressions, they commonly take as their
null hypothesis the model in which all the independent variables have zero
&lt;a href=&quot;regression.html&quot;&gt;regression&lt;/a&gt; coefficients.  An independent variable
is usually taken to have a systematic influence on the dependent outcome, or,
more cautiously, some systematic predictive power, if the regression
coefficient is significantly different from zero, generally as assessed by
a &lt;em&gt;t&lt;/em&gt;-test.

&lt;P&gt;There are a number of things wrong with this picture --- the easy slide from
regression to &lt;a href=&quot;causality.html&quot;&gt;causation&lt;/a&gt;, the assumption of
linearity, the usual assumption of Gaussian noise, etc. --- but what I want to
focus on here is taking the zero-coefficient model as the right null.  The
point of the null model, after all, is that it embodies a deflating explanation
of an apparent pattern, that it's somehow due to a boring, uninteresting
mechanism, and any appearance to the contrary is just due to chance.  In other
words, testing a null hypothesis should check for a particular kind
of &lt;em&gt;error&lt;/em&gt;.  (See &lt;a href=&quot;../reviews/error/&quot;&gt;further to that
theme&lt;/a&gt;.)  A good example of this comes
from &lt;a href=&quot;evolution.html&quot;&gt;evolutionary biology&lt;/a&gt;, where the way one
detects &lt;a href=&quot;adaptation.html&quot;&gt;adaptation&lt;/a&gt; is by first setting up a
&quot;neutral&quot; model, of how evolutionary dynamics would change gene frequencies in
the absence of adaptation, and then looking for deviations from neutrality.
This only works if the neutral model is a good picture of all the non-adaptive
mechanisms shaping gene frequencies.  Setting up a trivial null hypothesis
which you are pretty sure is wrong is not actually very informative.

&lt;P&gt;So, the question here is, what is the right null model would be in the kinds
of situations where economists, sociologists, etc., generally use linear
regression.  Typically, it seems to me, these are situations where we know
there are an immense number of factors, interacting in complicated ways, but we
get to measure only a very small of highly aggregated variables, few if any of
which would appear in an actual causal model of the process.  In this kind of
situation, should we expect variables which are &lt;em&gt;substantively&lt;/em&gt;
unrelated to have zero regression coefficients?  (I emphasize &quot;substantively&quot;
because it's a tautology that an independent variable's regression coefficient
will be zero if and only if it contributes nothing to the optimal linear
predictor formed from the other independent variables.)  My intuition is rather
that, unless one is spectacularly lucky in picking the observables, the
regression coefficient should only rarely be zero.

&lt;P&gt;Of course I don't really trust my intuition about things like this.  (If it
was intuitively clear then there wouldn't be an issue!)  I &lt;em&gt;think&lt;/em&gt;
however that one could make some headway by tackling the following sort of
model.  Suppose that the system we are really concerned with is described by a
very large system of linear equations, with let us say N variables.  These may
be either difference equations (for time evolution) or simultaneous equations
(for equilibria), I'm not sure which would be easier to pursue.  Exogenous
terms can also be taken to be noise.  Most entries in the N*N matrix describing
the system are zero, say only O(N) entries are non-zero; those we take to be
random from some distribution jiggered so that solutions are sensible.  In
other words, imagine the distribution of coefficients to be random, with a big
spike of probability mass at zero.  If we could measure these variables, then
linear regression would give us sensible estimates of the parameters of the
system (modulo all the qualifiers filling econometrics textbooks).

&lt;P&gt;The trick, however, is that we don't get to observe them.  Suppose then that
we get to observe K variables, each of which is a linear combination of the N
underlying variables; K is much smaller than N.  We form these aggregate
observables in some totally dumb way, say uniform random sampling over
variables, together with IID standard Gaussian weights.  We designate one of
them as the independent variable, again at random.

&lt;P&gt;Questions:
&lt;ol&gt;
&lt;li&gt; What is the distribution of regression weights for aggregate quantities,
holding the low-level parameters fixed but randomizing over aggregations?
&lt;li&gt; What is the distribution if we also randomize over the low-level
parameters?
&lt;li&gt; Does either distribution have a mass spike at zero?
&lt;li&gt; In what limits do the distributions converge to zero?
&lt;li&gt; What changes in the special case where the K observables are averages
(or sums) of K observables for each of M units (so that N=MK)?
&lt;li&gt; What changes in the special case where the K observables are a sample of
the low-level variables, rather than being linear combinations of them?
&lt;/ol&gt;

&lt;P&gt;&amp;mdash; Except in th last case, I don't think this is the same as omitted
variable bias.  (That is what happens when your specification doesn't include
variables it should, but does include ones correlated with it, which induces a
bias in the estimate of the coefficients for the included variables.)  It may,
however, be possible to treat all this using the same machinery.

&lt;P&gt;&amp;mdash; This idea, it occurs to me, is probably related to the Thomson
sampling model (which I've
discussed &lt;a href=&quot;../weblog/523.html&quot;&gt;elsewhere&lt;/a&gt;).

&lt;ul&gt;Recommended and relevant:
	&lt;li&gt;Richard A. Berk, &lt;cite&gt;Regression Analysis: A Constructive Critique&lt;/cite&gt;
	&lt;li&gt;Brad DeLong and Kevin Lang, &quot;Are All Economic Hypotheses False?&quot;
[&lt;a href=&quot;http://www.j-bradford-delong.net/movable_type/archives/000620.html&quot;&gt;PDF&lt;/a&gt;]
	&lt;li&gt;Trygve Haavelmo, &quot;The Probability Approach in Econometrics&quot;,
&lt;cite&gt;Econometrica&lt;/cite&gt; &lt;strong&gt;12&lt;/strong&gt; (1944): iii--115 [&lt;a href=&quot;&quot;&gt;JSTOR&lt;/a&gt;]
	&lt;/ul&gt;
</description>
  </item>
  </channel>
</rss>