getParameterType: Get Parameter Type

View source: R/f_core_utilities.R

getParameterTypeR Documentation

Get Parameter Type

Description

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

Usage

getParameterType(obj, var)

Arguments

obj

The rpact result object.

var

The variable/parameter name.

Details

This function identifies and returns the type that will be used in print outputs of an rpact result object.

Value

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

See Also

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

Examples

## Not run: 
getParameterType(getDesignInverseNormal(), "kMax")

## End(Not run)


rpact documentation built on Sept. 27, 2024, 5:08 p.m.