About 509,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. 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 …

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

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

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

  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. How to derive the standard error of linear regression coefficient

    another way of thinking about the n-2 df is that it's because we use 2 means to estimate the slope coefficient (the mean of Y and X) df from Wikipedia: "...In general, the degrees of freedom of an …

  8. Regression - What to do with insignificant variables?

    Sep 2, 2015 · What is the problem? What do you want to do? Will the model be used for prediction in the future, and avoid measuring those 8 variables will save money? If not, I cannot see any problem with …

  9. regression - Linear vs Nonlinear Machine Learning Algorithms - Cross ...

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

  10. Linear regression what does the F statistic, R squared and residual ...

    Jan 17, 2017 · Just to complement what Chris replied above: The F-statistic is the division of the model mean square and the residual mean square. Software like Stata, after fitting a regression model, also …