This repository contains the materials used to teach the UGA IDEAS Data Clinic in May 2020. That clinic was taught by Kate Sabey and Robbie Richards. These materials draw from a number of sources and build on the work of those who have taught this class in the past including Reni Kaul, Mauricio Seguel, and Ana Bento.
Learning Objectives for this material are as follows:
· Navigate R syntax, scripts, and packages
· Conduct data analysis in R (guided by an expert!)
· Upload and summarize data using “tidyverse” functions
· Use exploratory data visualizations and basic summary statistics
· Understand data types: vectors, matrices, data frames
· Subset various data structures
· Use control statements and functions to organize data
· Write loops to perform functions repeatedly
· Design custom functions
· Use common tools for exploring data sets
· Calculate summary statistics
· Explore data through basic data visualizations (e.g. histograms, scatterplots, boxplots)
· Use best practices for data visualization
· Design effective graphics with various plot types (“geom” breakout rooms)
· Format and customize plots
· Apply data cleaning and wrangling tools to disease ecology data
· Split and merge data sets
· Add new descriptive variables based on existing data
· Perform basic regression analyses
· Integrate visualizations and statistical models