Chapter 26: Inference for Regressions Flashcards

(11 cards)

1
Q

Sample Regression Line

A

LRSL ŷ=a+bx computed from sample data

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

Population Regression Line

A

LSRLμy=α+βx based on the entire population of data

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

Sampling Distribution Of Slope b

A

Choose a random sample of n observations (x,y) from a population of size N with LSRL y=α+βx

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

Mean & Standard Deviation Of Linear Regression Distribution

A

μb=β
σb=σ/(σx[squareroot{n}])

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

Regression Inference Conditions

A

Linear - no curvature in residuals
Independent - n≤10% of pop.
Normal - no strong skewness or outliers or n≥30 (CLT)
Equal SD - standard deviation of y is the same for all values of x
Random - random sample

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

Computer Output (How To Read)

A

2nd Row, 2nd Column = y-intercept
3rd Row, 2nd Column = slope
3rd Row, 3rd Column = SE
3rd Row, 4th Column = test statistic
3rd Row, 5th Column = p-value

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

LinRegTInt Interpretation

A

“We are [C%] confident that the interval between [A and B] captures the slope of the population regression line relating [x in context] to [y in context].”

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

LinRegTInt On Calculator

A

Xlist: List of x-values on L1
Ylist: List of y-values on L2
Freq: 1
C-Level: CI% as a decimal
RegEQ: (Leave blank)

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

Degrees Of Freedom Regression

A

df=n-2

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

LinRegTTest p-value Interpretation

A

“Assuming [H0 in context] is true, there is a [p-value] probability of getting a sample regression line with a slope as extreme as the one in the study or more extreme, by chance alone.”

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

Standard Error Of The Slope Interpretation

A

“The slope of the sample LSRL for [x-context] and [y-context] typically varies from the slope of the population LSRL by about [SEb].”

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