In R, I want to name a variable something equivalent to AUC/D
, as the variable is defined as the ratio between AUC
and D
. I obviously want to, if possible, to avoid /
and %
. What would be a short, legal and easy to read division-operator to use in variable names?
Are there manuals of recommended variable namings for R?