helper_kruskal_wallis: Helper for Kruskal-Wallis test

View source: R/helpers.R

helper_kruskal_wallisR Documentation

Helper for Kruskal-Wallis test

Description

It performs the Kruskal-Wallis test.

Usage

helper_kruskal_wallis(x, g)

Arguments

x

a numeric vector.

g

a factor.

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 and its respective p.value.


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