wilcoxon.test: Wilcoxon Test

View source: R/wilcoxon.R

wilcoxon.testR Documentation

Wilcoxon Test

Description

This function provides a wrapper for rstatix::wilcox_test for the dependent variables 'dvs' including their effect sizes

Usage

wilcoxon.test(
  data,
  dvs,
  iv,
  alternative = "two.sided",
  dv.var = NULL,
  as.list = FALSE
)

Arguments

data

a data.frame or list containing the data

dvs

numeric columns with the dependent variables to be used in the wilcoxon-test

iv

independent (between) variable in which perform the wilcoxon-test

alternative

a character string specifying the alternative hypothesis, must be one of "two.sided" (default), "greater" or "less". You can specify just the initial letter.

dv.var

column with the information to classify observations

as.list

logical value indicating that the result should be returned as list indicating by separate the wilcoxon.test and effect size

Value

A data.frame containing the results for the wilcoxon test and their effect sizes


geiser/rshinystatistics documentation built on Feb. 18, 2024, 6:07 p.m.