标签: r transform factors revoscaler
请谨慎使用此代码,将“费率”列转换为名为“ Home_new”的因子
rxDataStep(RED_xdf, RED_xdf, transforms = list(Home_new = factor(Rate))
我做错了什么?