restructure long format group data into combinations wide format in R

前端 未结 0 1069
再見小時候
再見小時候 2020-12-04 00:58

I don\'t think this is simply a long to wide format, but here\'s how my data is right now:

dat <- data.frame(group = c(rep(1, 4), rep(2, 3)),
           me         


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