Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 574 Bytes

Statistics-shrub-volume-anova-R.md

File metadata and controls

16 lines (13 loc) · 574 Bytes
layout topic title language
exercise
Statistics
Shrub Volume ANOVA
R

This is a follow up to [Shrub Volume Carbon]({{ site.baseurl }}/exercises/Combining-basics-shrub-volume-carbon-R).

Dr. Granger wants you to run an ANOVA to determine if the different experimental treatments lead to differences in shrub carbon.

  1. Import the data and your results table that you exported in 'Combining Basics'.
  2. Do an ANOVA, using aov(), to determine if the experiment has an influence
    on the shrub carbon and print out the results in a standard ANOVA table.