gravatar

ggoodwin

Gordon Goodwin

Recently Published

Fundamentals of Data Manipulation with Dplyr
Tutorial that covers the basics of data manipulation using dplyr
Data Manipulation Across Columns & Rows in R
Tutorial that covers how to carry out column-wise and row-wise operations in R using dplyr. Based on the dplyr vignette with real-world examples
For Loops in R
Tutorial that covers how to write single and double/nested for loops in R.
Functional Programming Basics
Guide to the basics of functional programming in R. Follows the same structure as the section in Hadley Wickham's 'Advanced R' text.
Window Functions in R
Tutorial showing how to carry out window functions in R with dplyr
Crosstabs and Bar Charts in R
Tutorial on how to cross-tabulate data and create simple, stacked, and side-by-side bar charts in R.