Stats terminology y2 1 Flashcards

1
Q

What is multiple linear regression used for?

A

Removing IVs from a dataset with a large amount of IVs to make it easier to handle/measure

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

Benefits of MLR?

A

Easier than calculating the relationship between each IV and the DV separately
Can remove IVs that have little effect on the DV

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

Limitations or MLR?

A

Step by step so may take a while

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

First step of MLR?

A

Make a model that includes all the variables

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

R script for making a linear model with many IVs?

A

MODELNAME=lm(DV~IV1+IV2+IV3…,OBJECTNAME)

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

What is the estimate value that comes from a MLR?

A

The estimate of the gradient for each of the variables plotted against the dv

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

What is the std Error that comes from a MLR?

A

The error of the gradient

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

What is the t value of a MLR?

A

estimate of gradient/std error

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

What is the p value of an MLR?

A

Probability of making a type 1 error–> if you think that that variable has an effect it is the probability that you are wrong

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

Further steps of MLR?

A

Keep removing the IV with the highest p value until all of the remaining IVs are significant

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

What does a dot on the side of an IV mean?

A

The IV is marginally significant–>(P<0.1)

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

What does a star on the side of an IV mean?

A

the IV is significant

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

Three ways of testing if a MLR is good?

A

Removing each until all are significant, anova between successive models or AIC on the different models

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

deltaAIC <2?

A

models are similarly good

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

4<deltaAIC<7?

A

Considerable evidence that model with lower AIC is better

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

deltaAIC>10?

A

Model with lower AIC is better

17
Q

What does the Multiple R-Squared value mean?

A

How much of the variance in the DV is explained by that model with its IVs in

18
Q

What happens to multiple r squared between successive models?

A

it will decrease