model_selection_lrt: Select models using the likelihood ratio test

View source: R/model_selection_lrt.R

model_selection_lrtR Documentation

Select models using the likelihood ratio test

Description

Select models using the likelihood ratio test

Usage

model_selection_lrt(loglik1, loglik2, alpha = 0.05)

Arguments

loglik1

The loglik data frame from quickpsy for the first model.

loglik2

The loglik data frame from quickpsy for the second model.

alpha

The significance level.


danilinares/quickpsy documentation built on Feb. 13, 2023, 8:44 p.m.