Statistics: Regression, R-squared, F-test, and Confidence Intervals

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/26

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:10 PM on 5/11/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

27 Terms

1
New cards

SSE

Sum(yihat-ybar)

2
New cards

SSR

Sum(yihat-yi)

3
New cards

SST

SSE+SSR

4
New cards

R^2

SSE/SST

5
New cards

Var(b)

(SSR/n-2)/SST

6
New cards

F test

((R^2ur - R^2r)/#tests)/((1-R^ur)/n-k-1)

7
New cards

95 conf int

[(b-1.96se(b)),(b+1.96se(b))]

8
New cards

T test

(Sample mean-pop mean)/(sd/sqrt n)

9
New cards

Homoskedasticity

Var(u∣x)=σ^2

10
New cards

How to test Homoskedasticity

F test using the equation given

11
New cards

test name for heteroskedacity

The Breusch-Pagan test

12
New cards

Weighted Least Squares (WLS)

Fix for heteroskedacity, you divide each term by the variance

var(u|x) = σ^2 h(x): divide function by sqrt(h(x))

13
New cards

direction of bias

if the other variables are greater than zero and x1 and x2 are positively correlated, or if the other variables are less than zero and x1 and x2 negatively correlated, upward bias. if not, downward bias

14
New cards

When do you use an IV estimator

if one variable is associated with other variables

15
New cards

conditions for z (iv)

Cov(z, x) != 0, cov(z, u) = 0, corr(x, u)> (corr(z, u)/corr(z,x))

16
New cards

Standard Error

SE(β^1)=sqrt(σ^2/SSTx)

17
New cards

classical errors in variables

x = x +u, cov(x, u)= 0

18
New cards

white test

A test for Heteroskedasticity where u^2 is regressed on independent variables(x), their cross product, and their squares

can be both linear and non linear

19
New cards

chow statistic

F=((SSRp−(SSR1+SSR2))/k(SSR1+SSR2))/(n1+n2−2k)

used when testing equality at regression parameters across different groups and time

20
New cards

endogeneity

a regressor correlated with U

21
New cards

var(ax+by)

a^2 var(x) + b^2 var (y) + 2ab cov(x,y)

22
New cards

2 stage least squares regression

Iv estimator where the fitted value from regressing the endogenous variables on all exogenous variables -> used when theres multiple IVs

23
New cards

level- log model

if y is a test score and x is funding, a 1% increase in funding leads to a beta1/100 point increase in the score

24
New cards

attenuation bias

occurs when an independent variable is measured with error, causing the OLS coefficient estimate to be biased toward zero. In other words, the estimated effect looks weaker than the true effect.

25
New cards

log-log model

ln(y) = β0 + β1ln(x) +u

if β1 = -.5, a 1% increase in price leads to a .5% decrease in quantity

26
New cards

measurement error

The difference between an observed variables & the variable that belongs in the regression equation

27
New cards

Dummy Variable Trap

including too many dummy variables among the independent variables; it occurs when an overall intercept is in a model and a dummy variable is in each group

Ex. dont include male and females as separate variables