get_test_method {chipenrich}R Documentation

Get the test function name from the method name

Description

The method comes from what is used in chipenrich() or in polyenrich().

Usage

get_test_method(method)

Arguments

method

A character for the method used. One of the supported_methods or one of the HIDDEN_METHODS in constants.R.

Value

A singleton named character vector with value of the test function and name of the method.


[Package chipenrich version 2.14.0 Index]