isDesignFullyCrossed: Determine Whether Factorial Design is Fully Crossed

View source: R/UnwantedFunctions.R

isDesignFullyCrossedR Documentation

Determine Whether Factorial Design is Fully Crossed

Description

Determine whether the factorial design in factors is a fully-crossed design.

Usage

isDesignFullyCrossed(factors, warnOnDuplicate = TRUE)

Arguments

factors

See testHypothesis.

warnOnDuplicate

If TRUE and there are duplicate rows in factors, a warning that extent is emitted. Note that there are legitmate reasons to have duplicate rows in factors.

Value

TRUE if the design is fully crossed, FALSE otherwise.


hardmanko/CMBBHT documentation built on June 9, 2022, 12:44 a.m.