Learn R Programming

CINOEDV (version 2.0)

TestMaxOrder: Test the parameter MaxOrder

Description

This function check the parameter MaxOrder. MaxOrder is the maximum order of epistatic interactions that CINOEDV considered.

Usage

TestMaxOrder(MaxOrder)

Arguments

MaxOrder
character. It must be setted as "1", "2", "3", "4", or "5".

Value

None

References

None

Examples

Run this code
MaxOrder <- "2"
TestMaxOrder(MaxOrder)

Run the code above in your browser using DataLab