打开观察频率表时
因此,我有一个表,而不是 12 行频率,我想扩展该表以包含所有 3303 个观测值(所有频率的总和)。
我尝试使用pivot_longer,但我得到的只是带有添加列的同一张表。我可以为每个观察创建一个数据框,该观察的总频率负 1,并将其绑定到数据集,但这需要 12 行代码!有没有更简单的方法??假设数据集=前列腺
So I have a table and instead of having 12 rows of frequencies, I would like to expand the table to have include all 3303 observations (total of all frequencies).
I tried using pivot_longer but all I am getting is the same table with an added column. I could make a data frame for each observation with the total frequency for that observation minus 1 and rbind it to the dataset but that is 12 lines of code! Is there a simpler way?? Let us say the dataset = prostateca
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论