check_pairwise_args | R Documentation |
Check that the arguments are compatible with the rest of the pairwise code.
check_pairwise_args(fit, alpha)
check_aov_compat(fit)
check_not_empty(fit)
fit |
A model fit by |
alpha |
A single double value indicating the alpha to use for the tests. |
check_aov_compat()
: Ensure the model can be converted by aov()
check_not_empty()
: Check that the model is not the empty model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.