About 521,000 results
Open links in new tab
  1. 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 …

  2. regression - When is R squared negative? - Cross Validated

    With linear regression with no constraints, R2 R 2 must be positive (or zero) and equals the square of the correlation coefficient, r r. A negative R2 R 2 is only possible with linear …

  3. 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."

  4. Regression with multiple dependent variables? - Cross Validated

    Nov 14, 2010 · Is it possible to have a (multiple) regression equation with two or more dependent variables? Sure, you could run two separate regression equations, one for each DV, but that …

  5. 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 …

  6. regression - Correct formula for MSE - Cross Validated

    Apr 27, 2022 · The second formula is used with linear regression corrects for the number of degrees of freedom. Notice that the second formula would not make sense in every context. …

  7. regression - Explain model adjustment, in plain English - Cross …

    Reading about methods and results of statistical analysis, especially in epidemiology, I very often hear about adjustment or controlling of the models. How would you explain, to a non …

  8. regression - Why do we say the outcome variable "is regressed …

    Apr 15, 2016 · In its core, linear regression amounts to orthogonal projection of y y on (onto) X X, where y y is the n n -dimensional vector of observations of the dependent variable and X X is …

  9. regression - How to Interpret Interaction Between Two Categorical ...

    I am having some difficulty attempting to interpret an interaction between two categorical/dummy variables. For example, lets say there is an interaction term between an individual's gender …

  10. regression - What is limiting about a linear model? - Cross Validated

    Jun 7, 2020 · I will cite an educational reference to indicate the possible drawbacks. To quote for the case of a Simple Linear Regression Model: Objective: model the expected value of a …