elaborator_calculate_test_for_all_visits {elaborator} | R Documentation |
Perform pairwise statistical tests for quantitative trend plots
Description
Perform pairwise statistical tests for quantitative trend plots
Usage
elaborator_calculate_test_for_all_visits(
elab_data,
Visit1,
Visit2,
sign_test,
pcutoff
)
Arguments
elab_data |
nested elaborator data with possibly up to three nests 'raw', |
Visit1 |
first visit for statistical tests (only one allowed) |
Visit2 |
second visit(s) for statistical tests (multiple visits applicable - pairwise tests performed) |
sign_test |
character string if sign test or t-test should be performed ("signtest"/"ttest") |
pcutoff |
p value for test(s) |
Value
tibble with test results (estimate/p-values) and color code for quantitative trend graphs
[Package elaborator version 1.3.4 Index]