I have a set of data which includes the gender. But instead of "female" and "male", I have "female","f","male" and "m" 4 categories. I'm trying to replace all the "f" and "m" with "female" and "male" respectively. I have a set of data which includes the gender.