
Why are regression problems called "regression" problems?
I was just wondering why regression problems are called "regression" problems. What is the story behind the name? One definition for regression: "Relapse to a less perfect or developed state."
regression - Interpreting the residuals vs. fitted values plot for ...
Consider the following figure from Faraway's Linear Models with R (2005, p. 59). The first plot seems to indicate that the residuals and the fitted values are uncorrelated, as they should be in a
regression - What is the difference between “factors” and …
In ANOVA/regression design, "covariate" just refers to factors/independent variables? I may have completely misunderstood this. Can anyone give a simple example of the term "covariate" …
regression - How to decide which glm family to use ... - Cross …
Jan 15, 2016 · I have fish density data that I am trying to compare between several different collection techniques, the data has lots of zeros, and the histogram looks vaugley appropriate …
regression - What is wrong with extrapolation? - Cross Validated
Jun 19, 2016 · A regression model is often used for extrapolation, i.e. predicting the response to an input which lies outside of the range of the values of the predictor variable used to fit the …
Understanding and reporting Cox models with spline terms
Oct 23, 2024 · With Cox survival regression models, what you get are estimated log-hazard differences or hazard ratios. Plots like those you show are log-hazard differences from some …
What is the difference between fixed effect, random effect in …
In simple terms, how would you explain (perhaps with simple examples) the difference between fixed effect, random effect in mixed effect models?
regression - What does it mean to regress a variable against …
Dec 21, 2016 · Those words connote causality, but regression can work the other way round too (use Y to predict X). The independent/dependent variable language merely specifies how one …
regression - Understanding Propensity Score Matching - Cross …
Nov 27, 2021 · I am trying to better understand the motivations and the applications behind Propensity Score Matching. I read the following that explains the motivations behind …
correlation - What is the difference between linear regression on y ...
The Pearson correlation coefficient of x and y is the same, whether you compute pearson(x, y) or pearson(y, x). This suggests that doing a linear regression of y given x or x given y should be …