I have a numerical feature, temperature. I want to set the baseline as 25 degrees. How can I do that in R? I tried to use ref_lvl(df$temp, lvl = 25)
But I got a error message like
Error in ref_lvl(df$temp, ref = 25) : could not find function "ref_lvl"