Learn R Programming

supernova (version 3.0.0)

check_pairwise_args: 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

A model fit by lm() or aov() (or similar).

alpha

A single double value indicating the alpha to use for the tests.

Functions

  • check_aov_compat(): Ensure the model can be converted by aov()

  • check_not_empty(): Check that the model is not the empty model