calculate_tertiles: Calculate Tertiles for Bivariate Variables
Description
Calculate Tertiles for Bivariate Variables
Usage
calculate_tertiles(data, var_1, var_2)
Value
A data frame with added tertile columns
Arguments
- data
A data frame containing the variables to analyze
- var_1
Character string naming the first variable
- var_2
Character string naming the second variable