gpt4 book ai didi

r - 在 R 中找到最小值时的领带

转载 作者:行者123 更新时间:2023-12-02 15:35:01 24 4
gpt4 key购买 nike

<分区>

在下面的示例中,如果存在平局,我如何要求 R 选择多个索引(例如,在第 3 行中,x 和 y 列的最小值为 2。但是,sapply 仅给出 x 列的索引)(如果这看起来像一个天真的问题,我深表歉意)

df1< -structure(list(x = c(5, 2, 3), y = c(4, 3, 3)), .Names = c("x", 
"y"), row.names = c(NA, -3L), class = "data.frame")

df1
x y
1 5 4
2 2 3
3 3 3
sapply(as.list(rownames(df1)),function(x) which.min(df1[x,]))
y x x
2 1 1

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com