gravatar

wdudek

Will Dudek

Recently Published

Creating Proportion Tables with ptab()
This is a simple shortcut to creating proportion tables in R. We're creating a new function, ptab() that combines the functionality of the table() and prop.table() functions in base R.
Looping Through Correlation Tests
Script for looping through correlation tests for all dependent variables in a data frame and printing specified output and a scatter plot for each test below specified significance level.
Exploring Correlations between 'Kombucha' and Other Search Terms
Tutorial for examining relationships between Google search terms and presenting findings. (data structures, data management, correlation tests)