do_stat_test | R Documentation |
Do a statitical test, t-test or Mann-Whitney U test
do_stat_test(
lipid_data,
group,
group1_name,
group2_name,
normalization = c("raw", "tot_area"),
transformation = c("none", "log10"),
test
)
lipid_data |
tibble in tidy format |
group |
what column contains the group info |
group1_name |
is the name of group 1 |
group2_name |
is the name of group 2 |
normalization |
what normalization to use, none (raw data) or total area normalization |
transformation |
what transformation to use |
test |
do a t-test or Mann-Whitney U test |
a tibble ready for statistical testing
Rico Derks
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.