Description Usage Arguments Value Examples
Run Equivalence Tests on Existing CLMM Object
1 |
mod |
Fitted model object, result of call to |
.data |
Data frame containing source data. |
main_effect |
Whether to perform the test for the main effect (TRUE) or interaction (FALSE). |
delta |
Delta (SESOI) for the equivalence test, in raw log odds units. |
A vector with p-values from the equivalence test(s);
elements named simple
test simple effects, while elements
named equiv
contain the corresponding equivalence test
results.
1 2 3 4 | moddata <- get_model_data()
equivtest(truth_trajectory_models[["main2"]], moddata,
main_effect = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.