User-Defined Functions in Parallel with apply() Functions

This video shows you how to run user-defined functions in parallel with the parallel package in R. This allows you to run functions very similar to the base R apply functions. The difference is that the apply functions run on a cluster on your computer to run multiple iterations at once. As a result, the code runs more quickly.


Data and Code Available Here

Additional Large Data File Available Here