oneway.anova | R Documentation |
Kruskal Wallis Test One Way Anova by Ranks or F test
oneway.anova(
df,
group,
exclude.zore = FALSE,
exclude.na = TRUE,
cores = 40,
parameter.test = FALSE
)
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 |
https://jbhender.github.io/Stats506/F18/GP/Group3.html
Nonparametric Tests: KruskalWallisTest
parametric Tests: aov ANOVA F test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.