Description Usage Arguments Value
View source: R/elaborator_derive_test_values.R
This function is mostly useful for generating the quantitative trend analysis plots. It returns p-values and estimates for the sign test or the t-test used for colorizing the background of the plots.
1 2 3 4 5 6 7 |
data |
data set |
signtest |
logical, if true sign test, otherwise t-test for comparing Visit1 and Visit2 is performed |
Visit1 |
name of visit time point one |
Visit2 |
name of visit time point two, or vector of visit names for pairwise comparison to Visit1 |
lab_column |
column name of data which includes the laboratory parameter names |
A list with p-values and estimates of the selected statistical test. The p-values and estimates will be used to colorize the background of the quantitative trend analysis plots.
p.value - p.value of statistical test.
estimate - estimate of statistical test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.