Description Usage Arguments Examples
This package generates One-Way and Two-Way Anova with assumptions verification, optional Log and optional Tukey.
1 2 3 4 5 6 7 8 |
Quantitative: |
The Quantitative variable |
Qualitative: |
The Qualitative variable |
Qualitative2: |
The Second Qualitative variable |
var_names: |
The Names of the Selected Variables |
Log: |
FALSE by default. If TRUE, Log Transformation of the Quantitative Variable |
Tukey: |
FALSE by default. If TRUE, Tukey Test on the Selected Variables |
1 2 3 4 5 6 7 8 | OneStopAnova(Quantitative = "calcium$Concentration",
Qualitative = "calcium$Trait",
Qualitative2 = "calcium$Sexe",
var_names = c(Quantitative = "Concentration",
Qualitative = "Trait",
Qualitative2 = "Sexe"),
Log = TRUE,
Tukey = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.