elaborator_calculate_test_for_all_visits: Perform pairwise statistical tests for quantitative trend...

View source: R/elaborator_calculate_test_for_all_visits.R

elaborator_calculate_test_for_all_visitsR 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


elaborator documentation built on April 4, 2025, 5:31 a.m.