About 518,000 results
Open links in new tab
  1. regression - When is R squared negative? - Cross Validated

    Also, for OLS regression, R^2 is the squared correlation between the predicted and the observed values. Hence, it must be non-negative. For simple OLS regression with one predictor, this is …

  2. regression - Trying to understand the fitted vs residual plot?

    Dec 23, 2016 · A good residual vs fitted plot has three characteristics: The residuals "bounce randomly" around the 0 line. This suggests that the assumption that the relationship is linear is …

  3. regression - What does negative R-squared mean? - Cross Validated

    Nov 24, 2015 · For the top set of points, the red ones, the regression line is the best possible regression line that also passes through the origin. It just happens that that regression line is …

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

    When running a multiple regression model in R, one of the outputs is a residual standard error of 0.0589 on 95,161 degrees of freedom. I know that the 95,161 degrees of freedom is given by …

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

  6. Regression based on rank observations - Cross Validated

    Apr 6, 2025 · The coefficients of an OLS regression are just simple descriptive statistics; you can compute them on any data, w/o having to make any assumption whatsoever, just as you could …

  7. Which regression to use for count outcome after PSM and to …

    Mar 1, 2025 · Performing regression adjustment, relates closely to double robustness (see Kang & Schafer's (2007) Demystifying Double Robustness: A Comparison of Alternative Strategies …

  8. regression - What are good RMSE values? - Cross Validated

    Apr 17, 2013 · Suppose I have some dataset. I perform some regression on it. I have a separate test dataset. I test the regression on this set. Find the RMSE on the test data. How should I …

  9. When conducting multiple regression, when should you center …

    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 …

  10. regression - How to decide which glm family to use ... - Cross …

    Jan 15, 2016 · I have fish density data that I am trying to compare between several different collection techniques, the data has lots of zeros, and the histogram looks vaugley appropriate …