Learn R Programming

SimTOST (version 1.0.2)

derive_endpoint_names: Derive Endpoint Names

Description

Derive Endpoint Names

Usage

derive_endpoint_names(ynames_list, mu_list, verbose = FALSE)

Value

A list of endpoint names for each arm.

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.

Author

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.