Check if the design is valid
Arguments
- conds
A vector containing the conditions.
Value
A list including :
"valid" : Wether the conditions are valid or not.
"warn" : A message describing the issue if the conditions ar not valid.
Examples
data(subR25pept)
check.conditions(design.qf(subR25pept)$Condition)
#> $valid
#> [1] TRUE
#>
#> $warn
#> NULL
#>