wilcxntest_by_group_multivar_func: wilcxntest_by_group_multivar_func

View source: R/wilcxntest_by_group_multivar_func.R

wilcxntest_by_group_multivar_funcR Documentation

wilcxntest_by_group_multivar_func

Description

Wilcoxon test for multiples comparison

Usage

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,
  ...
)

Arguments

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 c("Treatment", "Condition").

group_2

Character. The name for the second grouping comparison variable. Default to "Animal".

p_adj_met

Character. One of the following methods p adjust methods: c("holm", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr", "none". Defoult to "BH. for more info look at 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 rstatix::pairwise_wilcox_test().

Value

a datatable with the output of the Wilcoxon test

Examples

# no example made jet.

rjlopez2/AnlysisOfWaves documentation built on Sept. 15, 2022, 2:25 p.m.