oneway.anova: Kruskal Wallis Test One Way Anova by Ranks or F test

View source: R/RNA.R

oneway.anovaR Documentation

Kruskal Wallis Test One Way Anova by Ranks or F test

Description

Kruskal Wallis Test One Way Anova by Ranks or F test

Usage

oneway.anova(
  df,
  group,
  exclude.zore = FALSE,
  exclude.na = TRUE,
  cores = 40,
  parameter.test = FALSE
)

Arguments

df

Row is gene, column is sample

exclude.zore

Default FALSE

exclude.na

Default TRUE

cores

Default 40

parameter.test

Default FALSE, so perform Nonparametric Tests: KruskalWallisTest

Examples

https://jbhender.github.io/Stats506/F18/GP/Group3.html
Nonparametric Tests: KruskalWallisTest
parametric Tests: aov  ANOVA F test

ProfessionalFarmer/loonR documentation built on Oct. 9, 2024, 9:56 p.m.