Return metrics ranking in r

前端 未结 0 1843
孤独总比滥情好
孤独总比滥情好 2020-12-10 00:48

The subset of the data is as follows:

Cat <- c(\'A\',\'B\',\'C\')
Metrics1 <- c(1,4,3)
Metrics2 <- c(1.5,0.3,3.4)
Metrics3 <- c(0.1,40,3.2)
df <         


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