ll_ratio_test: Calculate the log likelihood ratio test for nested models

View source: R/tests.R

ll_ratio_testR Documentation

Calculate the log likelihood ratio test for nested models

Description

Calculate the log likelihood ratio test for nested models

Usage

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

## Not run: 
ll_ratio_test(model1, model2, model3)

## End(Not run)


edsandorf/cmdlR documentation built on Jan. 17, 2024, 12:33 a.m.