check_pairwise_args: Check that the arguments are compatible with the rest of the...

View source: R/pairwise.R

check_pairwise_argsR 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

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

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


supernova documentation built on Nov. 5, 2023, 1:09 a.m.