View source: R/f_core_utilities.R
getParameterCaption | R Documentation |
Returns the parameter caption for a given object and parameter name.
getParameterCaption(obj, var)
obj |
The rpact result object. |
var |
The variable/parameter name. |
This function identifies and returns the caption that will be used in print outputs of an rpact result object.
Returns a character
of specifying the corresponding caption of a given parameter name.
Returns NULL
if the specified parameterName
does not exist.
getParameterName()
for getting the parameter name for a given caption.
## Not run:
getParameterCaption(getDesignInverseNormal(), "kMax")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.