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 does the correlation coefficient differ from regression slope?

    Jan 10, 2015 · The regression slope measures the "steepness" of the linear relationship between two variables and can take any value from $-\infty$ to $+\infty$. Slopes near zero mean that the …

  4. Computing the variance explained by a predictor variable in logistic ...

    Sep 20, 2023 · I went through Calculate variance explained by each predictor in multiple regression using R but I'm not clear about the explanation. For simplicity, let me give an example and raise the …

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

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

  7. Common Priors of Logistic Regression - Cross Validated

    Apr 23, 2025 · What are some of commonly used priors in practice for bayesian logistic regression ? I tried to search for this online. People purpose different priors. But nobody mentions which one is …

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

  10. python - regression with scikit-learn with multiple outputs, svr or gbm ...

    May 25, 2015 · ValueError: Buffer has wrong number of dimensions (expected 1, got 2) Does anyone know how to deal with regression with multiple outputs in scikit-learn? Edit. I have noticed …