Categorizes HRCTV volumes into three bins: <30, 30-45, and >45.
Examples
if (FALSE) { # \dontrun{
sample_df <- data.frame(fraction01hrctv_volume_tdvh = c(10, 35, 50, 22, 40, NA))
binned_df <- add_hrctv_volume_bins(sample_df)
} # }
Categorizes HRCTV volumes into three bins: <30, 30-45, and >45.
if (FALSE) { # \dontrun{
sample_df <- data.frame(fraction01hrctv_volume_tdvh = c(10, 35, 50, 22, 40, NA))
binned_df <- add_hrctv_volume_bins(sample_df)
} # }