View source: R/wilcxntest_by_group_multivar_func.R
| wilcxntest_by_group_multivar_func | R Documentation | 
Wilcoxon test for multiples comparison
wilcxntest_by_group_multivar_func(
  my_dataset,
  my_var_set,
  group_1 = c("Treatment", "Condition"),
  group_2 = "Animal",
  p_adj_met = "BH",
  round_to = 2,
  ...
)
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   | 
p_adj_met | 
 Character. One of the following methods p adjust methods:   | 
round_to | 
 Integer. A value to indicate number of decimals to used in final output. Default to 2.  | 
... | 
 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.