View source: R/elaborator_calculate_test_for_all_visits.R
elaborator_calculate_test_for_all_visits | R Documentation |
Perform pairwise statistical tests for quantitative trend plots
elaborator_calculate_test_for_all_visits(
elab_data,
Visit1,
Visit2,
sign_test,
pcutoff
)
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) |
tibble with test results (estimate/p-values) and color code for quantitative trend graphs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.