Stats Modeling Exam 2

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

Three types of Anova Tables

Type 1: Sequential Sum of Squares

Type 2: Hierarchical Sum of Squares

Type 3: Marginal Anova

2
New cards

Sequential Sum of Squares (What is it? df for predictors and residuals? Compresses to what?)

Additional variability explained when new variable is added to the model (sequentially adding)

Predictors df is how many slopes were needed to include it in the model (always 1 for quantitative)

Residuals: n-k-1

Compresses to overall anova table (model row has all the predictors combined, residuals row is just residuals)

3
New cards

Hierarchical (What is it? Matches thing…)

Additional variability explained by adding this new variable to a model containing everything else

P values match the table of coefficients

4
New cards

Maginal Anova

Like hierarchical, but with interaction terms

5
New cards

VIF Above ___ is typically bad

above 5 (r² > 0.8)

6
New cards

Note about predictions from a model with multicollinearity

Predictions are fine, but individual coefficient conclusions are not

7
New cards

“Good” for mallow cp

<= m+1

8
New cards

CP, AIC, BIC preference for small models

CP and AIC are moderate, BIC prefers small ones a lot

9
New cards

Methods of picking models (4)

Best Subsets - fits all 2^k models and picks best basedon criterion

Backwards Elimination - starts with full until deleting a term doesn’t improve it (succeptible to multicollinearity)

Forward Selection - Keep adding until no longer improves

Stepwise Regression - adds stuff with forward, but also checks with backwards if something can be remove

10
New cards

Nested F-test

“Is anything gained by adding these terms to a smaller model”