This tutorial demonstrates how to compute monthly and annual turnover rates using R. During the tutorial, I introduce the sum and mean functions from base R, which are useful when computing an annual turnover rate.
Other videos from my "R for Beginners" playlist can be found here: https://youtube.com/playlist?list=PLKkRkURCtPjBtXTXxPRrwVtmDn_wAD_7Y. The videos in this playlist focus on simulated human resources (HR) data.
The data file(s) referenced in this R tutorial (and other R tutorials on this playlist) can be downloaded as a compressed (zipped) folder by visiting the following link: https://github.com/davidcaughlin/R-Tutorial-Data-Files.git. Click "Clone or Download" followed by "Download ZIP".
Download
0 formats
No download links available.
Computing Turnover Rates in R | Using the sum & mean Functions | NatokHD