Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请在此代码上建议将列“Rate”转换为名为“Home_new”的因子
rxDataStep(RED_xdf, RED_xdf, transforms = list(Home_new = factor(Rate))
我做错了什么?