find First/ Last observation value by group?

前端 未结 4 1192
我在风中等你
我在风中等你 2020-12-20 08:56

I am trying to find the first/last observation by group. I tired both R and excel (because it is so slow in R so I tried excel). The excel

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-20 09:42

    You can try install the Microsoft R open as your default R. In terms of math calculation, it is way faster than R base. Because it employs more cores while the R.BASE only uses one core to compute.

提交回复
热议问题