This function is mostly useful for generating the quantitative trend analysis plots. It returns the output of a t-test result used for colorizing the background of the plots.
elaborator_perform_ttest(
data,
treatment,
lab_parameter,
Visit1 = "Randomization",
Visit2 = "End of Treatment",
lab_column
)
A list of class "htest" with the results of the t-test.
data set
name of treatment group
name of laboratory parameter
name of visit time point one
name of visit time point two
column name of data which includes the laboratory parameter names