Optimal binning for numerical data using R

后端 未结 0 1543
既然无缘
既然无缘 2021-01-13 23:25

I have a data frame that looks like this

barcodes=letters[1:24]
counts = runif(24, 0, 40000)
big.data = data.frame(barcodes, counts)

     barcodes    counts
         


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