About 50 results
Open links in new tab
  1. Does every variable need to be statistically significant in a ...

    Oct 18, 2024 · I recently fit a regression model (ARIMAX) in which some variables (3) were statistically significant and some were not (1). I removed the statistically insignificant variables and refit the …

  2. regression - Why do we say the outcome variable "is regressed on" the ...

    Apr 15, 2016 · The word "regressed" is used instead of "dependent" because we want to emphasise that we are using a regression technique to represent this dependency between x and y. So, this …

  3. Null hypothesis for ANOVA for regression - Cross Validated

    Oct 26, 2023 · For simple linear regression, the null hypothesis for the ANOVA is that the regression model (fit line) is identical to a simpler model (horizontal line). In other words, the null hypothesis is …

  4. What's the difference between correlation and simple linear regression ...

    Aug 1, 2013 · Note that one perspective on the relationship between regression & correlation can be discerned from my answer here: What is the difference between doing linear regression on y with x …

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

  6. What is the lasso in regression analysis? - Cross Validated

    Oct 19, 2011 · LASSO regression is a type of regression analysis in which both variable selection and regulization occurs simultaneously. This method uses a penalty which affects they value of …

  7. Why Isotonic Regression for Model Calibration?

    Jan 27, 2025 · 1 I think an additional reason why it is so common is the simplicity (and thus reproducibility) of the isotonic regression. If we give the same classification model and data to two …

  8. What is the relationship between R-squared and p-value in a regression?

    Context - I'm performing OLS regression on a range of variables and am trying to develop the best explanatory functional form by producing a table containing the R-squared values between the linear, …

  9. R squared in logistic regression adjusted for number of predictors

    May 28, 2024 · For logistic regression there are some R squared analogues (Tjur’s R squared, McFadden’s R squared, Cox-Snell’s R squared and Nagelkerke’s R squared). But is there a R …

  10. Understanding spline transformation and regression coefficients

    Feb 9, 2024 · thank you for the transformation. But I do not understand the rational of this, nor how to interpret the coefficients when you use such transformation in a regression