Likelihood Ratio Tests

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/14

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.

15 Terms

1
New cards

likelihood ratio tests

used to evaluate whether a more complex model is justified over a simpler one

2
New cards

null hypothesis of LRTs

the two models are equally effective at explaining the variation

3
New cards

alternative hypothesis of LRTs

the complex model does a better job at explaining the variation

4
New cards

LRT statistic

2 x difference of log-likelihoods

5
New cards

when to reject the null hypothesis of LRTs

if the LRT statistic is so large it leaves less than 0.05 to the right of it

<p>if the LRT statistic is so large it leaves less than 0.05 to the right of it</p>
6
New cards

Akaike's Information Criterion (AIC)

-2(log-likelihood) +2(number of parameters)

7
New cards

analysis of AICs

the lower the AIC score, the better the model fits, models within 2 AIC units are not regarded as distinguishable

8
New cards

Student's t-statistic

coefficient/standard error of coefficient

9
New cards

confidence intervals

95% of the intervals should contain the sample mean

10
New cards

post-hoc tests

conducted when you want to know not only whether a factor variable is significant but exactly which levels of the variable are significantly different

11
New cards

R-squared

the proportion of the total variation explained by the explanatory variables

12
New cards

when R-squared is used

when response is normally distributed and models fitted using least squares

13
New cards

pseudo-R-squared

equivalent of using R-squared when using maximum likelihood

14
New cards

pseudo-R-squared formula

null deviance - residual deviance / null deviance * 100

15
New cards

when to use AIC over LRTs

when you want to compare non-nested models