About 509,000 results
Open links in new tab
  1. 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 …

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

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

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

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

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

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

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

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

  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 …