Lecture 6 - correlation and regression Flashcards

1
Q

what is correlation used to test?

A

the relationship between two variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is linear regression used for?

A

used to predict one variable from another

more powerful than correlation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

can linear regression infer causation?

A

no

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what is pearson correlation coefficient used for?

A

measuring the extent of the relationship between 2 variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what are the two conditions for the use of peasons?

A

both variables must be continuous and follow a normal distribution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what if the two conditions of pearsons do not apply?

A

spearman rank is used instead

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

how does traditional regression work?

A

regress the dependent variable ( outcome ) on the independent variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what do the variables in the regression line mean?

A
y = ax + b
y= dependent variable
x=independent variable
b= y- intercept
a=gradient of the line
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what is the least squares approach

A

estimates should be made to minimise the sum of squared deviations –> residuals

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what are the assumptions behind the linear regression model

A
  1. errors must be normally distributed
  2. linear association between x and y
  3. Variance of y should be equal across all values of x
How well did you know this?
1
Not at all
2
3
4
5
Perfectly