Description Usage Arguments Details Value
View source: R/synapsesLayerComp.r
Analyzes significative differences between groups
1 | sigDiffTestLayer(values, groups, sigLevel = 0.05)
|
values |
A numeric vector. Set of values to be analyzed. |
groups |
A generic vector. Groups for each value |
sigLevel |
A numeric value. Significance level to accept the null hypothesis. |
Given a set of values and their groups, analyzes normality, homogeneity and computes the degree of divergence between each pair of groups.
Named list:
Vector of input values
Values group
Result of the normality test
Result of the levene test
Boolean value. True if groups are normal and homogene
Group differences test
groups 2 by 2 difference test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.