levels(data_new$group) <- list( "Group 1" = "a", # Change factor levels "Group 2" = "b", "Group 3" = "c" )