ValidationLevel3 {ELT} | R Documentation |
ValidationLevel3 function
Description
This function performs the third level of validation on the returned value of one of these functions : Method1(), Method2(), Method3() or Method4B().
Usage
ValidationLevel3(FinalMethod, MyData, Plot = F, Color = MyData$Param$Color,
Excel = F)
Arguments
FinalMethod |
The list returned by the CompletionB() function. |
MyData |
The list returned by the AddReference() function. |
Plot |
If set to TRUE, a sub-directory will be created in the working directory. This sub-directory will contains png plots describing the validation analysis. |
Color |
The color that will be used for the plots (HTML notation). |
Excel |
If set to TRUE, a sub-directory will be created in the working directory. This sub-directory will contains excel files describing the validation analysis. |
[Package ELT version 1.7 Index]