| validate_daa_results | R Documentation |
Validates that a DAA results data frame meets requirements for visualization functions (single method, single group pair).
validate_daa_results(
daa_results_df,
require_single_method = TRUE,
require_single_group_pair = TRUE
)
daa_results_df |
Data frame containing DAA results |
require_single_method |
Logical. If TRUE, requires exactly one method |
require_single_group_pair |
Logical. If TRUE, requires exactly one group1/group2 pair |
Invisible TRUE if validation passes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.