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

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

alpha

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

Functions


[Package supernova version 3.0.0 Index]