ger_testcomp | R Documentation |
Function analysis of variance for summary data.
ger_testcomp(aov, comp, type = "snk", sig = 0.05)
aov |
lm o aov result function. |
comp |
treatments will be compared. |
type |
method for made comparison analysis: c("snk", "tukey", "duncan"). |
sig |
significance level. Default 0.05 |
Table with complete data for graphics
## Not run: library(GerminaR) library(dplyr) gdata <- prosopis %>% mutate(across(c(nacl, temp, rep), as.factor)) smr <- ger_summary(SeedN = "seeds", evalName = "D", data = gdata) av <- aov(grp ~ rep + nacl*temp, smr) mc <- ger_testcomp(aov = av , comp = c("nacl", "temp") ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.