How to scale columns in data.frame by single column using dplyr

后端 未结 0 374
长情又很酷
长情又很酷 2020-12-03 18:47

I have the following data.frame:

dat <- data.frame(bifpar = c(0.5, 0.75, 1.0), sd_distfeed = rep(2,3), sd_nodist = rep(3,3), mean_distfeed = rep(10,3), mea         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题