Introductory Econometrics: A Modern Approach (with Economic Applications, Data Sets, Student Solutions Manual Printed Access Card)
“The finest necessary doable of this textual content material is its shut connection (in time periods of each style/structure and content material) to the manner empirical prognosis is if reality learn performed. In express, the emphasis on whether or not or now not an estimated affiliation will also be regarded as causal is vital to econometric apply lately, and this ebook, unlike any completely differents, establishs that glaring. The e-book is very comprehensive, along a large range of remembers that completely different initial econometrics books don’t all the time embrace however which will doubtless be very common in analysis (e.g. panel data).”“I apply Wooldridge as a result of it gives a pleasant steadiness of equations, examples, and well-written intuitive articles of econometrics. The textual content material presents readability, discussion, and analytic rigor, together with period considerations which can be each and every paper and computer-based. The review of scenes within the Instructor’s Guide turns out to be useful, particularly as a guide in figuring out the correct approach to pare down the matters to an inexpensive size for one semester.”“One of the hugest energys of this Wooldridge text is the tactic during which throughout which it delivers together nearly every of primarystream econometric editions in a very simple to maintain in mind and coherent method that’s acceptable to a large goal shop from undergraduates, graduates, and a reference textual content for utilized economists..Introductory Econometrics: A Modern Approach (with Economic Applications, Data Sets, Student Solutions Manual Printed Access Card)
“Econometrics: The attempts of statisticians and mathematicians to discover economic laws and solve problems of human action by the use of statistical data which necessarily relate to the past. Econometricians maintain that science is measurement and assume both a constancy and regularity in economic data that permits them to use precise mathematical measurement for testing and developing economic theory. Actually, the only measurable magnitudes of human action are those related to historical facts. The ideas and value judgments which determine human participation in the market process are neither constant nor certain. All future human actions are thus uncertain variables which are incapable of either quantification or measurement. Consequently, the use of mathematics, as a means for determining economic theory applicable to future human actions, is futile. ”
—Ludwig von Mises, Mathematical EconomicsRegressions 101: "Significance"
SETUP (CAN BE SKIPPED)We start with data (how was it collected?) and the hope that we can compare them. We also start with a question which is of the form:
- how much tax increase is associated with how much tax avoidance/tax evasion/country fleeing by the top 1%?
- how much traffic does our website lose (gain) if we slow down (speed up) the load time?
- how many of their soldiers do we kill for every soldier we lose?
- how much do gun deaths [suicide | gang violence | rampaging multihomicide] decrease with 10,000 guns taken out of the population?
- how much more fuel do you need to fly your commercial jet 1,000 metres higher in the sky?
- how much famine [to whom] results when the price of low-protein wheat rises by $1?
- how much vegetarian eating results when the price of beef rises by $5? (and again distributionally, does it change preferentially by people with a certain culture or personal history, such as they’ve learned vegetarian meals before or they grew up not affording meat?) How much does the price of beef rise when the price of feed-corn rises by $1?
- how much extra effort at work will result in how much higher bonus?
- how many more hours of training will result in how much faster marathon time (or in how much better heart health)?
- how much does society lose when a scientist moves to the financial sector?
- how much does having a modern financial system raise GDP growth? (here ∵ the
X~ branchy and multidimensional, we won’t be able to interpolate in Tufte’s preferred sense) - how many petatonnes of carbon per year does it take to raise the global temperature by how much?
- how much does $1000 million spent funding basic science research yield us in 30 years?
- how much will this MBA raise my annual income?
- how much more money does a comparable White make than a comparable Black? (or a comparable Man than a comparable Woman?)
- how much does a reduction in child mortality decrease fecundity? (if it actually does)
- how much can I influence your behaviour by priming you prior to this psychological experiment?
- how much higher/lower do Boys score than Girls on some assessment? (the answer is usually “low
|β|, with lowp” — in other words “not very different but due to the high volume of data whatever we find is with high statistical strength”)
bearing in mind that this response-magnitude may differ under varying circumstances. (Raising morning-beauty-prep time from 1 minute to 10 minutes will do more than raising 110 minutes to 120 minutes of prep. Also there may be interaction terms like you need both a petroleum engineering degree and to live in one of {Naija, Indonesia, Alaska, Kazakhstan, Saudi Arabia, Oman, Qatar} in order to see the income bump. Also many of these questions have a time-factor, like the MBA and the climate ones.)

As Trygve Haavelmo put it: using reason alone we can probably figure out which direction each of these responses will go. But knowing just that raising the tax rate will drive away some number of rich doesn’t push the debate very far—if all you lose is a handful of symbolic Eduardo Saverins who were already on the cusp of fleeing the country, then bringing up the Laffer curve is chaff. But if the number turns out to be large then it’s really worth discussing.
In less polite terms: until we quantify what we’re debating about, you can spit bollocks all day long. Once the debate is quantified then the discussion should become way more intelligent, less derailing to irrelevant theoretically-possible-issues-which-are-not-really-worth-wasting-time-on.
So we change one variable over which we have control and measure how the interesting thing responds. Once we measure both we come to the regression stage where we try to make a statement of the form “A 30% increase in effort will result in a 10% increase in wage” or “5 extra minutes getting ready in the morning will make me look 5% better”. (You should agree from those examples that the same number won’t necessarily hold throughout the whole range. Like if I spend three hours getting ready the returns will have diminished from the returns on the first five minutes.)
![]()
Avoiding causal language, we say that a 10% increase in (your salary) is associated with a 30% increase in (your effort).
MAIN PART (SKIP TO HERE IF SKIMMING)
The two numbers that jump out of any regression table output (e.g., lm in R) are p and β.
βis the estimated size of the linear effectpis how sure we are that the estimated size is exactlyβ. (As in golf, a lowpis better: more confident, more sure. Lowpcan also be stated as a hight.)
Wary that regression tables spit out many, many numbers (like Durbin-Watson statistic, F statistic, Akaike Information, and more) specifically to measure potential problems with interpreting β and p naïvely, here are pictures of the textbook situations where p and β can be interpreted in the straightforward way:
First, the standard cases where the regression analysis works as it should and how to read it is fairly obvious:
(NB: These are continuous variables rather than on/off switches or ordered categories. So instead of “Followed the weight-loss regimen” or “Didn’t follow the weight-loss regimen” it’s someone quantified how much it was followed. Again, actual measurements (how they were coded) getting in the way of our gleeful playing with numbers.)



Second, the case I want to draw attention to: a small statistical significance doesn’t necessarily mean nothing’s going on there.


The code I used to generate these fake-data and plots.
If the regression measures a high β but low confidence (high p), that is still worth taking a look at. If regression picks up wide dispersion in male-versus-female wages—let’s say double—but we’re not so confident (high p) that it’s exactly double because it’s sometimes 95%, sometimes 180%, sometimes 310%, we’ve still picked up a significant effect.
The exact value of β would not be statistically significant or confidently precise due to a high p but actually this would be a very significant finding. (Try it the same with any of my other examples, or another quantitative-comparison scenario you think up. It’s either a serious opportunity, or a serious problem, that you’ve uncovered. Just needs further looking to see where the variation around double comes from.)
You can read elsewhere about how awful it is that p<.05 is the password for publishable science, for many reasons that require some statistical vocabulary. But I think the most intuitive problem is the one I just stated. If your geiger counter flips out to ten times the deadly level of radiation, it doesn’t matter if it sometimes reads 8, sometimes 5, and sometimes 15—the point is, you need to be worried and get the h*** out of there. (Unless the machine is wacked—but you’d still be spooked, wouldn’t you?)
FOLLOW-UP (CAN BE SKIPPED)
The scale of β is the all-important thing that we are after. Small differences in βs of variables that are important to your life can make a huge difference.
- Think about getting a 3% raise (1.03) versus a 1% wage cut (.99).
- Think about twelve in every 1000 births kill the mother versus four in every 1000.
- Think about being 5 minutes late for the meeting versus 5 minutes early.
Order-of-magnitude differences (like 20 versus 2) is the difference between fly and dog; between life in the USA and near-famine; between oil tanker and gas pump; between Tibet’s altitude and Illinois’; between driving and walking; even the Black Death was only a tenth of an order of magnitude of reduction in human population.
Keeping in mind that calculus tells us that nonlinear functions can be approximated in a local region by linear functions (unless the nonlinear function jumps), β is an acceptable measure of “Around the current levels of webspeed” or “Around the current levels of taxation” how does the interesting thing respond.
Linear response magnitudes can also be used to estimate global responses in a nonlinear function, but you will be quantifying something other than the local linear approximation.
![]()
Econometrics, Monte Carlo, and Excel
by Charlie Kyd
An Excel user in a LinkedIn forum gave a high recommendation to a book I hadn’t heard of. I checked it out on Amazon and it looks very interesting: Introductory Econometrics: Using Monte Carlo Simulation with Microsoft Excel
At Amazon, if you “Click to Look Inside” the book, you’ll see that it’s NOT for all Excel users. It covers regression, correlation, Monte Carlo simulation, and other statistical methods. It uses these methods — primarily regression analysis — to teach Excel users how to better understand ways that business measures relate to economic measures.
The authors maintain a web site that offers about 150 spreadsheets that support what the book teaches. The book also comes with an add-in that implements Monte Carlo analysis.
(With the Monte Carlo method, you create a spreadsheet simulation, with random numbers determining key values. You automatically run this simulation thousands of times, tracking the outcomes. Then you summarize and analyze the results to determine likely outcomes.)
The book was published in 2005, so it covers Classic Excel, not New Excel. However, the authors maintain a page of updates, which frequently mention Excel 2007.
The book is fairly expensive. But if you’re interested in finding ways to better understand how economic measures affect your business, or if you’d like to create Excel analyses that use what you forgot from your statistics classes, this might be a book to consider.
A Note on Mathematical Economics, by Murray Rothbard
mises.org
The mathematical method, like so many other fallacies, has entered and dominated present-day economic thought because of the pervading epistemology of positivism. Positivism is essentially an interpretation of the methodology of physics ballooned into a general theory of knowledge for all fields.
The reasoning runs like this: Physics is the only really successful science. The “social sciences” are backward because they cannot measure, predict exactly, etc. Therefore, they must adopt the method of physics in order to become successful. And one of the keystones of physics, of course, is the use of mathematics.
…
In physics, the facts of nature are given to us. They may be broken down into their simple elements in the laboratory and their movements observed. On the other hand, we do not know the laws explaining the movements of physical particles; they are unmotivated. … In economics, however, the conditions are almost reversed. Here we know the cause, for human action, unlike the movement of stones, is motivated. Therefore, we may build economics on the basis of axioms — such as the existence of human action and the logical implications of action — which are originally known as true.







