Comp3Moy | R Documentation |
Compare 2 or more datasets using the right test according to normality and variances Condition and Measure should be different columns of the same dataset (Dataset$colA) @import rstatix @import dplyr @examples
Comp3Moy(iris$Species, iris$Sepal.Length, n=150)
Comp3Moy(Condition, Measure, n = 3)
Condition |
the different conditions named in the same column |
Measure |
the values measured for every sample |
n |
is the number or replicates per condition |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.