gpt4 book ai didi

r - “名称”属性的长度必须与向量的长度相同

转载 作者:行者123 更新时间:2023-12-03 20:39:35 34 4
gpt4 key购买 nike

卡在R中的错误上。

    Error in names(x) <- value : 
'names' attribute must be the same length as the vector

这个错误是什么意思?

最佳答案

本着@Chris W的精神,只需尝试复制出现的确切错误即可。一个示例会有所帮助,但也许您正在这样做:

  x <- c(1,2)
y <- c("a","b","c")
names(x) <- y

Error in names(x) <- y :
'names' attribute [3] must be the same length as the vector [2]

我怀疑您正在尝试给名称( x)短的 vector ( y)命名。

关于r - “名称”属性的长度必须与向量的长度相同,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10566473/

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