About 50 results
Open links in new tab
  1. In linear regression, when is it appropriate to use the log of an ...

    Aug 24, 2021 · This is because any regression coefficients involving the original variable - whether it is the dependent or the independent variable - will have a percentage point change interpretation.

  2. 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 doesn't …

  3. How to describe or visualize a multiple linear regression model

    Then this simplified version can be visually shown as a simple regression as this: I'm confused on this in spite of going through appropriate material on this topic. Can someone please explain to me how to …

  4. Does simple linear regression imply causation? - Cross Validated

    I know correlation does not imply causation but instead the strength and direction of the relationship. Does simple linear regression imply causation? Or is an inferential (t-test, etc.) statistica...

  5. Intuition behind regression sum of squares - Cross Validated

    Sep 14, 2016 · The distance between the regression line and the constant line of $\bar {y}$, which we now know is important, is measured by the regression sum of squares. Sep 14, 2016 at 1:22 …

  6. Interpretation of R's output for binomial regression

    For a simple logistic regression model like this one, there is only one covariate (Area here) and the intercept (also sometimes called the 'constant'). If you had a multiple logistic regression, there would …

  7. How is Y Normally Distributed in Linear Regression

    Feb 8, 2018 · Linear regression (referred to in the subject of the post and above in this answer) refers to regression with a normally distributed response variable. The predictor variables and coefficients are …

  8. regularization - Why is logistic regression particularly prone to ...

    5 Logistic regression (the likelihood function is concave), and it's known to have a finite solution , so the loss function can only reach its lowest value as the weights tend to ± infinity. This has the effect of …

  9. r - Lasso Regression Assumptions - Cross Validated

    Dec 24, 2022 · Lasso regression is a linear regression with a penalty term on the magnitude of the coefficients; the penalty term in no way affects the structure of the underlying model (linearity, …

  10. Why Isotonic Regression for Model Calibration?

    Jan 27, 2025 · 1 I think an additional reason why it is so common is the simplicity (and thus reproducibility) of the isotonic regression. If we give the same classification model and data to two …