helper_anova: Helper for Analysis of Variance

View source: R/helpers.R

helper_anovaR Documentation

Helper for Analysis of Variance

Description

It performs the Analysis of Variance.

Usage

helper_anova(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.