elaborator_perform_ttest: Performs t-test for changes of a laboratory parameter between...

Description Usage Arguments Value

View source: R/elaborator_perform_ttest.R

Description

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.

Usage

1
2
3
4
5
6
7
8
elaborator_perform_ttest(
  data,
  treatment,
  lab_parameter,
  Visit1 = "Randomization",
  Visit2 = "End of Treatment",
  lab_column
)

Arguments

data

data set

treatment

name of treatment group

lab_parameter

name of laboratory parameter

Visit1

name of visit time point one

Visit2

name of visit time point two

lab_column

column name of data which includes the laboratory parameter names

Value

A list of class "htest" with the results of the t-test.


elaborator documentation built on Feb. 23, 2021, 1:06 a.m.