- Discussion of basic stats and their requirements – Student’s t-test, Wilcoxon signed-rank test, Mann–Whitney U test, ANOVA, linear models, Chi-squared test
- Some results
- Ideas about how to handle the stats for a) treatment, b) replicates, c) sites, d) species, and e) number of freeze-that cycles
- linear model and ANOVA:
TukeyHSD(aov( lm(TDP ~ Freeze-Thaw.Cycles + Treatment : Site.Number, data = mydata) ))
- Wilcoxon with data grouped by treatment, post-hoc test
- linear model and ANOVA: