About 50 results
Open links in new tab
  1. regression - What does it mean to regress a variable against another ...

    Dec 4, 2014 · When we say, to regress Y Y against X X, do we mean that X X is the independent variable and Y the dependent variable? i.e. Y = aX + b Y = a X + b.

  2. How to describe or visualize a multiple linear regression model

    I'm trying to fit a multiple linear regression model to my data with couple of input parameters, say 3.

  3. Sample size for logistic regression? - Cross Validated

    Sample size calculation for logistic regression is a complex problem, but based on the work of Peduzzi et al. (1996) the following guideline for a minimum number of cases to include in your study can be …

  4. Transforming variables for multiple regression in R

    I am trying to perform a multiple regression in R. However, my dependent variable has the following plot: Here is a scatterplot matrix with all my variables (WAR is the dependent variable): I know ...

  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. Can I merge multiple linear regressions into one regression?

    Oct 3, 2021 · Although one can compute a single regression for all data points, if you include model assumptions such as i.i.d. normal errors, the model for all points combined can't be "correct" if the …

  7. What are the advantages of stepwise regression?

    Jun 10, 2016 · I am experimenting with stepwise regression for the sake of diversity in my approach to the problem. So, I have 2 questions: What are the advantages of stepwise regression?

  8. Is R-squared equivalent to mean squared error for non-linear …

    Mar 28, 2023 · 2 As far to my knowledge r-squared should not be used in non-linear regression setup. Not only might the r2 be too high, but also the interpretation as the variance explained by the model …

  9. Comparing SVM and logistic regression - Cross Validated

    Mar 17, 2016 · Otherwise, just try logistic regression first and see how you do with that simpler model. If logistic regression fails you, try an SVM with a non-linear kernel like a RBF. EDIT: Ok, let's talk about …

  10. Understanding shape and calculation of confidence bands in linear ...

    Jun 6, 2014 · I am trying to understand the origin of the curved shaped of confidence bands associated with an OLS linear regression and how it relates to the confidence intervals of the regression …