derive_endpoint_names {SimTOST}R Documentation

Derive Endpoint Names

Description

Derive Endpoint Names

Usage

derive_endpoint_names(ynames_list, mu_list, verbose = FALSE)

Arguments

ynames_list

Optional list of vectors with endpoint names for each arm.

mu_list

Named list of means per treatment arm, where names can be used as endpoint names.

verbose

Logical, if TRUE, displays messages about the derivation process.

Value

A list of endpoint names for each arm.

Author(s)

Thomas Debray tdebray@fromdatatowisdom.com

This function derives endpoint names (ynames_list) from mu_list if ynames_list is missing. If ynames_list is already provided, it confirms the names to the user when verbose is set to TRUE.


[Package SimTOST version 1.0.2 Index]