getParameterName: Get Parameter Name

View source: R/f_core_utilities.R

getParameterNameR Documentation

Get Parameter Name

Description

Returns the parameter name for a given object and parameter caption.

Usage

getParameterName(obj, parameterCaption)

Details

This function identifies and returns the parameter name for a given caption that will be used in print outputs of an rpact result object.

Value

Returns a character of specifying the corresponding name of a given parameter caption. Returns NULL if the specified parameterCaption does not exist.

See Also

getParameterCaption() for getting the parameter caption for a given name.

Examples

getParameterName(getDesignInverseNormal(), "Maximum number of stages")


rpact documentation built on July 9, 2023, 6:30 p.m.