R

Introduction to Data Cleaning with the Tidyverse

Common tools and functions to help clean data sets and prepare them for analysis

Introduction to Creating Awesome Plots with ggplot2

A step-by-step quick start tutorial for ggplot2

Graphical User Interfaces for R

R GUI's allow you to get things done right away! While they sacrifice the full power of R for ease of usage, for many, the gain in usability is well worth this loss of advanced R functionality.

Resources for Learning R

R is notoriously difficult, finicky and at times, needlessly challenging. Many resources have been created to help new users learn and become competent at using R.

R packages for Agricultural Research

A guide to existing packages that directly support agricultural research

Finding Help in R

How to find help when you run into trouble using R

How to Write Custom Functions in R

If you have to repeat an action in R, functions are a great way to automate this process and avoid erross from cut-paste-replaCE. Here is a short introduction on how to write these functions.

Applied ANOVA in R

ANOVA in R is a unfortunately a bit complicated. Unlike SAS, ANOVA functions in R lack a consistent structure, consistent output and the accessory packages for ANOVA display a patchwork of compatibility. The result is that it is easy to misspecify a model or make other mistakes.

Getting R Set Up

Some instructions for R installation and your R setup to support reproducible research.

Quick Tricks and Tips for Reproducible Research in R

A few steps you can take to make your workflow in R more reproducible and less painful for you to deal with.