iterativeLRT: Iterative likelihood ratio test

View source: R/utils.R

iterativeLRTR Documentation

Iterative likelihood ratio test

Description

iterativeLRT performs likelihood ratio test in an iterative manner over groups of variables given in omnibus_groups.

Usage

iterativeLRT(object, placeholder, omnibus_groups)

Arguments

object

An existing fit from a model function such as lm, glm and many others.

placeholder

String specifying term to substitute with value from x. Ignored if set to NULL.

omnibus_groups

List of character vectors giving sets of variables for which omnibus test should be applied.

Value

Data frame containing summarised likelihood ratio test results.


Genentech/midasHLA documentation built on Feb. 12, 2024, 9:38 a.m.