Chapter 26: Inference for Regressions Flashcards
(11 cards)
Sample Regression Line
LRSL ŷ=a+bx computed from sample data
Population Regression Line
LSRLμy=α+βx based on the entire population of data
Sampling Distribution Of Slope b
Choose a random sample of n observations (x,y) from a population of size N with LSRL y=α+βx
Mean & Standard Deviation Of Linear Regression Distribution
μb=β
σb=σ/(σx[squareroot{n}])
Regression Inference Conditions
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
Computer Output (How To Read)
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
LinRegTInt Interpretation
“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].”
LinRegTInt On Calculator
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)
Degrees Of Freedom Regression
df=n-2
LinRegTTest p-value Interpretation
“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.”
Standard Error Of The Slope Interpretation
“The slope of the sample LSRL for [x-context] and [y-context] typically varies from the slope of the population LSRL by about [SEb].”