Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 2.05 KB

README.md

File metadata and controls

53 lines (28 loc) · 2.05 KB

One-way ANOVA from A to (XY)Z

Coding Club tutorial by Erica Zaja

last updated: 04/01/2021

Description

This is the repository for the ANOVA Coding Club tutorial. Find the complete tutorial here(will update link)


Find the dataset necessary to complete the tutorial here: frogs_messy_data.csv


Tutorial learning objectives:

  • How to formulate a clear research question

  • How to tidy your data

  • How to run a simple one-way ANOVA with aov and lm

  • How to read and interpret ANOVA outputs

  • How to communicate and visualise your results

Licences

Requirements

  • Software: R Studio Version 1.2.5001 or greater

  • Packages: dyplr, tidyverse, ggplot2, gridExtra, RCurl, phylopic, png.

For more about Coding Club, please see https://ourcodingclub.github.io/

Check out https://ourcodingclub.github.io/workshop/ to learn how you can get involved!

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

License: CC BY-SA 4.0