ValidationLevel1: ValidationLevel1 function

View source: R/S08.R

ValidationLevel1R Documentation

ValidationLevel1 function

Description

This function performs the first level of validation on the returned value of one of these functions : Method1(), Method2(), Method3() or Method4B().

Usage

ValidationLevel1(OutputMethod, MyData, ValCrit, AgeCrit, Plot = F,
  Color = MyData$Param$Color, Excel = F)

Arguments

OutputMethod

The list returned by one of these functions : Method1(), Method2(), Method3() or Method4B().

MyData

The list returned by the AddReference() function.

ValCrit

Critical value for the comparison of adjusted mortality and observed mortality.

AgeCrit

Age range for the comparison of adjusted mortality and observed mortality.

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.


ELT documentation built on Aug. 29, 2023, 9:07 a.m.