| derive_endpoint_names | R Documentation |
Derive Endpoint Names
derive_endpoint_names(ynames_list, mu_list, verbose = FALSE)
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 |
A list of endpoint names for each arm.
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.