Calculate the log likelihood ratio test for nested models
ll_ratio_test(..., alpha = 0.05)
Models to test against
The critical value of the test
A list with the test statistic, critical value and conclusion of the test
if (FALSE) {
ll_ratio_test(model1, model2, model3)
}