已关闭此问题为not reproducible or was caused by typos。它目前不接受回答。
此问题是由打印错误或无法再重现的问题引起的。虽然类似的问题可能是on-topic在这里,这一个是解决的方式不太可能帮助未来的读者。
昨天关门了。
Improve this question
tr_type_j3u st_grade_f3d
1 70
2 86
3 56
2 56
4 65
4 56
5 45
6 53
5 87
5 54
2 54
1 60
c = comb9 %>%
group_by(tr_type_j3u) %>%
summarise(mean = mean(st_grade_f3d, na.rm = TRUE))
我希望能有这样一张table:
tr_type_j3u mean
<int> <dbl>
1 1 65
2 2 65.3
3 3 56
4 4 60.5
5 5 62
6 6 53
但是,我只得到了一个值61.83333。
我接下来要做什么?
1条答案
按热度按时间juzqafwq1#
尝试在代码后添加: