This article does not capture what is actually wrong with the regression. First, it's not necessarily wrong to fit a linear regression to data that might not be from a linear model, or that you know to be nonlinear. The data could be linear enough in the region of interest for the line to nonetheless be useful, for example. Sure, you need an underlying linear process if you want certain theorems and guarantees to app…
Agreed. I was curious enough to run the model myself so I used a tool to extract the data. The slope estimate (b=17.24) is not significantly different from zero, p=.437. The data are here: https://pastebin.com/HhWTKZRb
Abusing linear regression to make a point
21–30 of 50 posts
Re: Abusing linear regression to make a point
#22This article does not capture what is actually wrong with the regression. First, it's not necessarily wrong to fit a linear regression to data that might not be from a linear model, or that you know to be nonlinear. The data could be linear enough in the region of interest for the line to nonetheless be useful, for example. Sure, you need an underlying linear process if you want certain theorems and guarantees to app…
Re: Abusing linear regression to make a point
#23Taleb was recently steaming on Twitter about a similar thing done to supposedly show a correlation between physician salary and covid mortality: https://twitter.com/nntaleb/status/1279954325087891464 He follows it with a few examples of spurious regressions from random data: https://twitter.com/nntaleb/status/1280090844113100801
https://twitter.com/AmihaiGlazer/status/1277769775855235072/...
https://twitter.com/AmihaiGlazer/status/1279210404602712064/...
My favourite part is the discussion about what a vertical line of regression means.
https://twitter.com/AmihaiGlazer/status/1279905458812149760
Discovering a vertical regression line sounds like a beautiful prompt for a hard sci-fi short story.
Re: Abusing linear regression to make a point
#24> I said that if you had reason to believe in a linear relationship, then you could try to find it. That’s the huge catch to linear regression: no matter what data you put in, you’ll always get a “best match” line out. This challenge generalizes to all model fitting. Incorrectly assuming a distribution is Gaussian is a big one.
Another one is handwaving that a distribution is normal when n > 30 because "central limit theorem!" Amateur statistics is full of magical numbers and thresholds where everything "just works" :)
Re: Abusing linear regression to make a point
#25Earlier quoted context omitted.
The variable of interest may not have a Gaussian distribution, but its expected value and variance generally are. Sure, there's some pathological cases, but the Cauchy distribution doesn't show up that often.
Does the Cauchy distribution ever actually show up?
Re: Abusing linear regression to make a point
#26I saw that chart on Twitter and thought it was a joke :-/ You don’t need to know anything about maths to see that that is farcical.
Re: Abusing linear regression to make a point
#27Telling every time someone posts a bad regression they never post the R^2.
Re: Abusing linear regression to make a point
#28> For trace failure, the probability of failure is linear in the size of the radiation dose that the chip is exposed to.
No it's not. Impossible. Wrong.
Does anyone not see why it's wrong?
Re: Abusing linear regression to make a point
#29This article does not capture what is actually wrong with the regression. First, it's not necessarily wrong to fit a linear regression to data that might not be from a linear model, or that you know to be nonlinear. The data could be linear enough in the region of interest for the line to nonetheless be useful, for example. Sure, you need an underlying linear process if you want certain theorems and guarantees to app…
Agreed. I was curious enough to run the model myself so I used a tool to extract the data. The slope estimate (b=17.24) is not significantly different from zero, p=.437. The data are here: https://pastebin.com/HhWTKZRb
d Re: Abusing linear regression to make a point
#30Telling every time someone posts a bad regression they never post the R^2.
If only. Sometimes they smooth or bin the data points and then post r2!