helper_mann_whitney: Helper for Mann-Whitney test

View source: R/helpers.R

helper_mann_whitneyR Documentation

Helper for Mann-Whitney test

Description

It performs the Mann-Whitney test.

Usage

helper_mann_whitney(x, g, paired, alternative, conf.level)

Arguments

x

a numeric vector.

g

a factor.

paired

a logical value.

alternative

a character value.

conf.level

a numeric value.

Details

This function can be modified by the user, but input and output should be kept the same.

Value

a list with test indicating the test that was performed, its respective p.value and lower and upper limits of the confidence interval for the effect size considered in the test.


dnzmarcio/ntimes documentation built on Jan. 4, 2024, 2:23 p.m.