Skip to contents

Check if the design is valid

Usage

check.conditions(conds)

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.

Author

Samuel Wieczorek

Examples

data(Exp1_R25_pept, package='DaparToolshedData')
check.conditions(design.qf(Exp1_R25_pept)$Condition)
#> $valid
#> [1] TRUE
#> 
#> $warn
#> NULL
#>