aov_pipe_pval: Anova p value pipe Allows the extraction of an ANOVA p value...

View source: R/Functions.R

aov_pipe_pvalR Documentation

Anova p value pipe Allows the extraction of an ANOVA p value in a pipe

Description

Anova p value pipe Allows the extraction of an ANOVA p value in a pipe

Usage

aov_pipe_pval(data, variable, group)

Arguments

data

A dataframe with row corresponding to samples/patients and columns to variables.

variable

A character string corresponding to the studied variable.

group

A character string corresponding to the comparative groups.


VincentAlcazer/StatAid documentation built on Aug. 27, 2024, 1:50 a.m.