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(Exp1_R25_pept, package='DaparToolshedData')
check.conditions(design.qf(Exp1_R25_pept)$Condition)
#> $valid
#> [1] TRUE
#>
#> $warn
#> NULL
#>