About 508,000 results
Open links in new tab
  1. How should outliers be dealt with in linear regression analysis ...

    What statistical tests or rules of thumb can be used as a basis for excluding outliers in linear regression analysis? Are there any special considerations for multilinear regression?

  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 …

  3. regression - Linear model with both additive and multiplicative …

    Sep 23, 2020 · In a log-level regression, the independent variables have an additive effect on the log-transformed response and a multiplicative effect on the original untransformed response:

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

  5. regression - Converting standardized betas back to original …

    I have a problem where I need to standardize the variables run the (ridge regression) to calculate the ridge estimates of the betas. I then need to convert these back to the original variables scale.

  6. regression - How to calculate the slope of a line of best fit that ...

    Dec 17, 2024 · This kind of regression seems to be much more difficult. I've read several sources, but the calculus for general quantile regression is going over my head. My question is this: …

  7. regression - Linear vs Nonlinear Machine Learning Algorithms

    Jan 6, 2021 · Three linear machine learning algorithms: Linear Regression, Logistic Regression and Linear Discriminant Analysis. Five nonlinear algorithms: Classification and Regression …

  8. Explain the difference between multiple regression and …

    There ain’t no difference between multiple regression and multivariate regression in that, they both constitute a system with 2 or more independent variables and 1 or more dependent …

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

  10. regression - What's the difference between multiple R and R …

    Nov 3, 2017 · In linear regression, we often get multiple R and R squared. What are the differences between them?