Calculate the log likelihood ratio test for nested models

ll_ratio_test(..., alpha = 0.05)

Arguments

...

Models to test against

alpha

The critical value of the test

Value

A list with the test statistic, critical value and conclusion of the test

Examples

if (FALSE) {
ll_ratio_test(model1, model2, model3)
}