View source: R/elaborator_perform_binomial_test.R
elaborator_perform_binomial_test | R Documentation |
This function is mostly useful for generating the quantitative trend analysis plots. It returns the output of a binomial test result used for colorizing the background of the plots.
elaborator_perform_binomial_test(
data,
treatment,
lab_parameter,
Visit1 = "Randomization",
Visit2 = "End of Treatment",
lab_column
)
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 |
A list of class "htest", with the results of the binomial test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.