ttest_by_group_multivar_func | R Documentation |
This function is similar to the function wilcxntest_by_group_multivar_func
but using the parametric t-test for normally distributed datasets.
ttest_by_group_multivar_func( my_dataset, my_var_set, group_1 = c("Treatment", "Condition"), group_2 = "Animal", round_to = 2, p_adj_met = "BH", pairwise = TRUE, ... )
my_dataset |
A cleaned dataframe. |
my_var_set |
A character vector with the names of variables to test. |
group_1 |
Character of one or more values. The name for the first grouping comparison variable. Default to |
group_2 |
Character. The name for the second grouping comparison variable. Default to |
round_to |
Integer. A value to indicate number of decimals to used in final output. Default to 2. |
p_adj_met |
Character. One of the following methods p adjust methods: |
pairwise |
Logical. If TRUE (the default) the function |
... |
Additional parameters passed to the function |
a datatable with the output of the Wilcoxon test
# no example made jet.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.