| LSD | R Documentation |
The LSD() is used to perform "Least significant difference" for
grouped data and create compare-class. This function is only
applicable to single factor analysis, see LSD2 for a
two factor version of the function.
LSD(data, .group, y, ...)
data |
An |
.group |
Grouping variables. |
y |
Dependent variable (numeric data). |
... |
Other parameters for |
To facilitate code interpretation, It is recommended to use this function in
conjunction with the calc_compare function:
nem_compare <- nem |> calc_compare(.group = con_crop, y = pH, method = LSD)
An compare-class object.
Other functions related to differential analysis methods: TTest2,
TTest, WilcoxTest2, WilcoxTest,
KruskalTest2, KruskalTest, LSD2, HSD,
HSD2.
nem <- read_nem2(tab = nemtab, tax = nemtax, meta = nemmeta)
nem_test <- nem |>
calc_compare(.group = Treatments,
y = Mesorhabditis,
method = LSD)
nem_test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.