Derive Endpoint Names
derive_endpoint_names(ynames_list, mu_list, verbose = FALSE)
A list of endpoint names for each arm.
Optional list of vectors with endpoint names for each arm.
Named list of means per treatment arm, where names can be used as endpoint names.
Logical, if TRUE
, displays messages about the derivation process.
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
.