
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 worse than using a …
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 …
regression - What are good RMSE values? - Cross Validated
Apr 17, 2013 · I think you have two different types of questions there. One thing is what you ask in the title: "What are good RMSE values?" and another thing is how to compare models with different …
regression - What does it mean to regress a variable against another ...
Dec 21, 2016 · Those words connote causality, but regression can work the other way round too (use Y to predict X). The independent/dependent variable language merely specifies how one thing depends …
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 …
What's the difference between correlation and simple linear regression ...
Aug 1, 2013 · Regression is an analysis (estimation of parameters of a model and statistical test of their significance) of the adequacy of a particular functional relationship.
When to normalize data in regression? - Cross Validated
Mar 16, 2016 · Under what circumstances should the data be normalized/standardized when building a regression model. When i asked this question to a stats major, he gave me an ambiguous answer …
How does the correlation coefficient differ from regression slope?
Jan 10, 2015 · The regression slope measures the "steepness" of the linear relationship between two variables and can take any value from $-\infty$ to $+\infty$. Slopes near zero mean that the …
How should outliers be dealt with in linear regression analysis?
8 I've published a method for identifying outliers in nonlinear regression, and it can be also used when fitting a linear model. HJ Motulsky and RE Brown. Detecting outliers when fitting data with nonlinear …
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...