Linear Regression 1 Flashcards
What do correlations tell us?
How strongly two continuous variables covary.
To what is correlation not equal?
Causation
To what is linear regression conceptually similar?
Correlation
What is the difference between correlation and linear regression?
Unlike linear regression, correlation does not treat the two variables that it is evaluating differently.
Between which two variables does linear regression distinguish?
Independent and dependent variables.
What do we fit to data to describe a relationship between the two variables being evaluated in line with the linear regression concept?
A straight line.
What is investigated after having fit a straight line to data in order to describe a relationship between two variables (in line with the linear regression concept)?
How much variance is explained by the straight line fit to the data, relative to the unexplained variance.
Which optimisation approach is widely used to find a line that best represents the relationship between two variables?
The method of least squares.
How are all straight lines represented?
By Y = mX + c, where X is the score on the independent variable, Y is the predicted score on the dependent variable, m is the gradient of the line, and c is the intercept.
Which aspect of the equation representing straight lines is indicative of a positive, negative, or no relationship between two variables?
m
What would m = 0 indicate?
The absence of a relationship between two variables.
How is m calculated?
From the covariance of X and Y.
How does the m calculation differ from the correlation coefficient calculation?
m is standardised according to the squared deviations in X only, rather than the X and Y standard deviations multiplied.
What is the equation for m?
(COVXY/ s2x) = (Σ(X-X̄)(Y-Ȳ))/ (Σ(X-X̄)2)
With what are regression equations also written on the end?
An error term (+ e).