check_pairwise_args {supernova} | R Documentation |
Check that the arguments are compatible with the rest of the pairwise code.
Description
Check that the arguments are compatible with the rest of the pairwise code.
Usage
check_pairwise_args(fit, alpha)
check_aov_compat(fit)
check_not_empty(fit)
Arguments
fit |
|
alpha |
A single double value indicating the alpha to use for the tests. |
Functions
-
check_aov_compat()
: Ensure the model can be converted byaov()
-
check_not_empty()
: Check that the model is not the empty model
[Package supernova version 3.0.0 Index]