iterativeLRT | R Documentation |
iterativeLRT
performs likelihood ratio test in an iterative manner
over groups of variables given in omnibus_groups
.
iterativeLRT(object, placeholder, omnibus_groups)
object |
An existing fit from a model function such as lm, glm and many others. |
placeholder |
String specifying term to substitute with value from
|
omnibus_groups |
List of character vectors giving sets of variables for which omnibus test should be applied. |
Data frame containing summarised likelihood ratio test results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.