gpt4 book ai didi

r - 在 R 中选择 data.frame 的前 4 行

转载 作者:行者123 更新时间:2023-12-03 04:51:17 25 4
gpt4 key购买 nike

如何选择 data.frame 的前 4 行:

              Weight Response
1 Control 59 0.0
2 Treatment 90 0.8
3 Treatment 47 0.1
4 Treamment 106 0.1
5 Control 85 0.7
6 Treatment 73 0.6
7 Control 61 0.2

最佳答案

使用head:

dnow <- data.frame(x=rnorm(100), y=runif(100))
head(dnow,4) ## default is 6

关于r - 在 R 中选择 data.frame 的前 4 行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2667673/

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