Global web icon
stackexchange.com
https://stats.stackexchange.com/questions/126681/w…
regression - What does it mean to regress a variable against another ...
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 on the other. Generally speaking it makes more sense to use correlation rather than regression if there is no causal relationship.
Global web icon
stackexchange.com
https://stats.stackexchange.com/questions/76226/in…
regression - Interpreting the residuals vs. fitted values plot for ...
Consider the following figure from Faraway's Linear Models with R (2005, p. 59). The first plot seems to indicate that the residuals and the fitted values are uncorrelated, as they should be in a
Global web icon
stackexchange.com
https://stats.stackexchange.com/questions/11087/wh…
Why are regression problems called "regression" problems?
I was just wondering why regression problems are called "regression" problems. What is the story behind the name? One definition for regression: "Relapse to a less perfect or developed state."
Global web icon
stackexchange.com
https://stats.stackexchange.com/questions/2125/wha…
What's the difference between correlation and simple linear regression ...
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 versus x with y?.
Global web icon
stackexchange.com
https://stats.stackexchange.com/questions/298/in-l…
In linear regression, when is it appropriate to use the log of an ...
This is because any regression coefficients involving the original variable - whether it is the dependent or the independent variable - will have a percentage point change interpretation.
Global web icon
stackexchange.com
https://stats.stackexchange.com/questions/29612/mi…
Minimum number of observations for multiple linear regression
I am doing multiple linear regression. I have 21 observations and 5 variables. My aim is just finding the relation between variables Is my data set enough to do multiple regression? The t-test result
Global web icon
stackexchange.com
https://stats.stackexchange.com/questions/136564/d…
Deciding between a linear regression model or non-linear regression model
There are four principal assumptions which justify the use of linear regression models for purposes of inference or prediction: (i) linearity and additivity of the relationship between dependent and independent variables: (a) The expected value of dependent variable is a straight-line function of each independent variable, holding the others fixed.
Global web icon
stackexchange.com
https://stats.stackexchange.com/questions/148803/h…
How does linear regression use the normal distribution?
How does linear regression use this assumption? As any regression, the linear model (=regression with normal error) searches for the parameters that optimize the likelihood for the given distributional assumption. See here for an example of an explicit calculation of the likelihood for a linear model.
Global web icon
stackexchange.com
https://stats.stackexchange.com/questions/27511/ex…
Extract standard errors of coefficient linear regression R
I would like to note that the question concerned the standard errors of the regression coefficients and not the values of the coefficients themselves. The above answer is misleading in this case.
Global web icon
stackexchange.com
https://stats.stackexchange.com/questions/52458/in…
Inclusion of lagged dependent variable in regression
I'm very confused about if it's legitimate to include a lagged dependent variable into a regression model. Basically I think if this model focuses on the relationship between the change in Y and ot...