About 507,000 results
Open links in new tab
  1. regression - Converting standardized betas back to original variables ...

    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.

  2. Why is the intercept negative, and what does my regression show?

    It is expected that if a model is perfect, the unexplained variation in y should be 0 and thereby the intercept should be zero. In a regression model where the intercept is negative implies that the model …

  3. Multivariable vs multivariate regression - Cross Validated

    Feb 2, 2020 · Multivariable regression is any regression model where there is more than one explanatory variable. For this reason it is often simply known as "multiple regression". In the simple …

  4. regression - Difference between forecast and prediction ... - Cross ...

    I was wondering what difference and relation are between forecast and prediction? Especially in time series and regression? For example, am I correct that: In time series, forecasting seems to mea...

  5. When conducting multiple regression, when should you center your ...

    Jun 5, 2012 · In some literature, I have read that a regression with multiple explanatory variables, if in different units, needed to be standardized. (Standardizing consists in subtracting the mean and dividin...

  6. regression - Interpreting the residuals vs. fitted values plot for ...

    None of the three plots show correlation (at least not linear correlation, which is the relevant meaning of 'correlation' in the sense in which it is being used in "the residuals and the fitted values are …

  7. Interpreting Z-Scores of Linear Regression Coefficients

    Jul 11, 2022 · Well, under the hypothetical scenario that the true regression coefficient is equal to 0, statisticians have figured out how likely a given Z-score is (using the normal distribution curve). Z …

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

  9. regression - What is residual standard error? - Cross Validated

    A quick question: Is "residual standard error" the same as "residual standard deviation"? Gelman and Hill (p.41, 2007) seem to use them interchangeably.

  10. 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?