I have a data frame that has numbers ranging between -1 and +1. I'd like to replace those numbers with a Low, Medium, or High based on the range they fall into.
Is there a way to create a function using ifelse conditions and then apply labels to the elements depending on where they fall in the range?
Cheers,