Using incorrect models to infer correct ones.

  • Context: Graduate 
  • Thread starter Thread starter FallenApple
  • Start date Start date
  • Tags Tags
    Models
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 1K views
FallenApple
Messages
564
Reaction score
61
I see this happening a lot and have done this in my analysis as well. But it doesn't seem too intuitive to me as to why it works.

So if we fit a linear regression, and the residual vs fitted plots are curved, we tweak the input variables to get a random residual vs fitted plot. But we have used the wrong model to infer this to begin with.

For count data, if we use poisson regression and realize that there is over dispersion, we would then switch over to the negative binomial model. Here we have also used the wrong model to infer this.

I guess the reason why the incorrect models still give some insight even though they are not the best models is because they are somewhat in the right direction? Is that the case? Like even if a poisson model isn't fully appropriate, it is still somewhat of a decent approximation compared to other models, so we can at least say that there is some value in the results. All models are wrong, but some are useful.
 
Physics news on Phys.org
FallenApple said:
All models are wrong, but some are useful.
That is along the lines of my thinking. It is similar to a Taylor series expansion, the more detail you need the more terms you use. No expansion is “right”, but it can be useful anyway.