View source: R/logical-tests.R
existOutlierResults | R Documentation |
Logical tests that return TRUE if the specified functions/algorithms have been used on the object and FALSE if not.
existOutlierResults(object, phase = NA, method_outlier = NA, verbose = FALSE) isTimeLapseExp(object) isUsable(object, module, verbose = FALSE) multiplePhases(object) isNormalizedWithZscore(object)
object |
A valid cypro object. |
phase |
Character or numeric. If character, the ordinal value referring to the phase of interest (e.g. 'first', 'second' etc.). referring to the phase of interest or 'all'. If numeric, the number referring to the phase. If set to NULL takes the phase denoted as default with Ignored if the experiment design contains only one phase. |
method_outlier |
Character vector. Specifies the method/algorithm of interest. Use |
verbose |
Logical. If set to TRUE informative messages regarding the computational progress will be printed. (Warning messages will always be printed.) |
TRUE or FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.