Description Usage Arguments Value
View source: R/exclusion_test.R
This function takes in two model objects and a significance level. It returns TRUE if there is a difference between the restricted and unrestricted model.
1 | exclusion_test(unrestricted.model, restricted.model, sig.level = 0.05)
|
unrestricted.model |
A fitted model object. |
restricted.model |
A fitted model object. |
sig.level |
The significance level, default is 0.05. |
TRUE or FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.